Showing
1 changed file
with
2 additions
and
2 deletions
@@ -2,10 +2,10 @@ | @@ -2,10 +2,10 @@ | ||
2 | # Process this file with autoconf to produce a configure script. | 2 | # Process this file with autoconf to produce a configure script. |
3 | 3 | ||
4 | AC_PREREQ([2.68]) | 4 | AC_PREREQ([2.68]) |
5 | -AC_INIT([webgameserver], [0.0.1], [Georg Hopp <georg@steffers.org>]) | 5 | +AC_INIT([webgameserver], [0.0.2], [Georg Hopp <georg@steffers.org>]) |
6 | AM_INIT_AUTOMAKE | 6 | AM_INIT_AUTOMAKE |
7 | AC_COPYRIGHT([Copyright (C) 2012 Georg Hopp]) | 7 | AC_COPYRIGHT([Copyright (C) 2012 Georg Hopp]) |
8 | -AC_REVISION([$Revision: 0.01 $]) | 8 | +AC_REVISION([$Revision: 0.03 $]) |
9 | AC_CONFIG_SRCDIR([src/webgameserver.c]) | 9 | AC_CONFIG_SRCDIR([src/webgameserver.c]) |
10 | AC_CONFIG_HEADERS([config.h]) | 10 | AC_CONFIG_HEADERS([config.h]) |
11 | AC_CONFIG_MACRO_DIR([m4]) | 11 | AC_CONFIG_MACRO_DIR([m4]) |
Please
register
or
login
to post a comment