Skip to content

Commit a9aa922

Browse files
committed
Release version 0.2.0
1 parent f22986e commit a9aa922

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.1.9 - ??.??.??
1+
## 0.2.0 - 08.07.17
22
* General:
33
* A new weapon has been added: Chili run.
44
* The weapon Disable has been removed.

configure

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for Zatacka X 0.1.8.
3+
# Generated by GNU Autoconf 2.69 for Zatacka X 0.2.0.
44
#
55
# Report bugs to <simenheg@gmail.com>.
66
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580580
# Identity of this package.
581581
PACKAGE_NAME='Zatacka X'
582582
PACKAGE_TARNAME='zatackax'
583-
PACKAGE_VERSION='0.1.8'
584-
PACKAGE_STRING='Zatacka X 0.1.8'
583+
PACKAGE_VERSION='0.2.0'
584+
PACKAGE_STRING='Zatacka X 0.2.0'
585585
PACKAGE_BUGREPORT='simenheg@gmail.com'
586586
PACKAGE_URL='https://github.com/simenheg/zatackax'
587587

@@ -1237,7 +1237,7 @@ if test "$ac_init_help" = "long"; then
12371237
# Omit some internal or obsolete options to make the list less imposing.
12381238
# This message is too long to be a string in the A/UX 3.1 sh.
12391239
cat <<_ACEOF
1240-
\`configure' configures Zatacka X 0.1.8 to adapt to many kinds of systems.
1240+
\`configure' configures Zatacka X 0.2.0 to adapt to many kinds of systems.
12411241
12421242
Usage: $0 [OPTION]... [VAR=VALUE]...
12431243
@@ -1299,7 +1299,7 @@ fi
12991299

13001300
if test -n "$ac_init_help"; then
13011301
case $ac_init_help in
1302-
short | recursive ) echo "Configuration of Zatacka X 0.1.8:";;
1302+
short | recursive ) echo "Configuration of Zatacka X 0.2.0:";;
13031303
esac
13041304
cat <<\_ACEOF
13051305
@@ -1380,7 +1380,7 @@ fi
13801380
test -n "$ac_init_help" && exit $ac_status
13811381
if $ac_init_version; then
13821382
cat <<\_ACEOF
1383-
Zatacka X configure 0.1.8
1383+
Zatacka X configure 0.2.0
13841384
generated by GNU Autoconf 2.69
13851385
13861386
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1803,7 +1803,7 @@ cat >config.log <<_ACEOF
18031803
This file contains any messages produced by compilers while
18041804
running configure, to aid debugging if configure makes a mistake.
18051805
1806-
It was created by Zatacka X $as_me 0.1.8, which was
1806+
It was created by Zatacka X $as_me 0.2.0, which was
18071807
generated by GNU Autoconf 2.69. Invocation command line was
18081808
18091809
$ $0 $@
@@ -4506,7 +4506,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
45064506
# report actual input values of CONFIG_FILES etc. instead of their
45074507
# values after options handling.
45084508
ac_log="
4509-
This file was extended by Zatacka X $as_me 0.1.8, which was
4509+
This file was extended by Zatacka X $as_me 0.2.0, which was
45104510
generated by GNU Autoconf 2.69. Invocation command line was
45114511
45124512
CONFIG_FILES = $CONFIG_FILES
@@ -4560,7 +4560,7 @@ _ACEOF
45604560
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
45614561
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
45624562
ac_cs_version="\\
4563-
Zatacka X config.status 0.1.8
4563+
Zatacka X config.status 0.2.0
45644564
configured by $0, generated by GNU Autoconf 2.69,
45654565
with options \\"\$ac_cs_config\\"
45664566

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([Zatacka X], [0.1.8], [simenheg@gmail.com], [zatackax],
5+
AC_INIT([Zatacka X], [0.2.0], [simenheg@gmail.com], [zatackax],
66
[https://github.com/simenheg/zatackax])
77
AC_CONFIG_SRCDIR([src/zatackax.c])
88

0 commit comments

Comments
 (0)