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