Skip to content

Commit 398a324

Browse files
committed
Release version 1.0.0
Ten year anniversary release!
1 parent 82f23e6 commit 398a324

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## ?.?.? - ??.??.??
1+
## 1.0.0 - 25.06.20 - Ten year anniversary release!
22
* General:
33
* A particle system has been added. Weapons and player deaths now
44
trigger particle effects. This feature can be turned off in the

configure

Lines changed: 10 additions & 10 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.3.3.
3+
# Generated by GNU Autoconf 2.69 for Zatacka X 1.0.0.
44
#
55
# Report bugs to <simenheg@runbox.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.3.3'
584-
PACKAGE_STRING='Zatacka X 0.3.3'
583+
PACKAGE_VERSION='1.0.0'
584+
PACKAGE_STRING='Zatacka X 1.0.0'
585585
PACKAGE_BUGREPORT='simenheg@runbox.com'
586586
PACKAGE_URL='https://github.com/simenheg/zatackax'
587587

@@ -1277,7 +1277,7 @@ if test "$ac_init_help" = "long"; then
12771277
# Omit some internal or obsolete options to make the list less imposing.
12781278
# This message is too long to be a string in the A/UX 3.1 sh.
12791279
cat <<_ACEOF
1280-
\`configure' configures Zatacka X 0.3.3 to adapt to many kinds of systems.
1280+
\`configure' configures Zatacka X 1.0.0 to adapt to many kinds of systems.
12811281
12821282
Usage: $0 [OPTION]... [VAR=VALUE]...
12831283
@@ -1344,7 +1344,7 @@ fi
13441344

13451345
if test -n "$ac_init_help"; then
13461346
case $ac_init_help in
1347-
short | recursive ) echo "Configuration of Zatacka X 0.3.3:";;
1347+
short | recursive ) echo "Configuration of Zatacka X 1.0.0:";;
13481348
esac
13491349
cat <<\_ACEOF
13501350
@@ -1436,7 +1436,7 @@ fi
14361436
test -n "$ac_init_help" && exit $ac_status
14371437
if $ac_init_version; then
14381438
cat <<\_ACEOF
1439-
Zatacka X configure 0.3.3
1439+
Zatacka X configure 1.0.0
14401440
generated by GNU Autoconf 2.69
14411441
14421442
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1859,7 +1859,7 @@ cat >config.log <<_ACEOF
18591859
This file contains any messages produced by compilers while
18601860
running configure, to aid debugging if configure makes a mistake.
18611861
1862-
It was created by Zatacka X $as_me 0.3.3, which was
1862+
It was created by Zatacka X $as_me 1.0.0, which was
18631863
generated by GNU Autoconf 2.69. Invocation command line was
18641864
18651865
$ $0 $@
@@ -2722,7 +2722,7 @@ fi
27222722

27232723
# Define the identity of the package.
27242724
PACKAGE='zatackax'
2725-
VERSION='0.3.3'
2725+
VERSION='1.0.0'
27262726

27272727

27282728
cat >>confdefs.h <<_ACEOF
@@ -5444,7 +5444,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
54445444
# report actual input values of CONFIG_FILES etc. instead of their
54455445
# values after options handling.
54465446
ac_log="
5447-
This file was extended by Zatacka X $as_me 0.3.3, which was
5447+
This file was extended by Zatacka X $as_me 1.0.0, which was
54485448
generated by GNU Autoconf 2.69. Invocation command line was
54495449
54505450
CONFIG_FILES = $CONFIG_FILES
@@ -5502,7 +5502,7 @@ _ACEOF
55025502
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
55035503
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
55045504
ac_cs_version="\\
5505-
Zatacka X config.status 0.3.3
5505+
Zatacka X config.status 1.0.0
55065506
configured by $0, generated by GNU Autoconf 2.69,
55075507
with options \\"\$ac_cs_config\\"
55085508

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.3.3], [simenheg@runbox.com], [zatackax],
5+
AC_INIT([Zatacka X], [1.0.0], [simenheg@runbox.com], [zatackax],
66
[https://github.com/simenheg/zatackax])
77
AM_INIT_AUTOMAKE([foreign subdir-objects])
88
AC_CONFIG_SRCDIR([src/zatackax.c])

0 commit comments

Comments
 (0)