Browse Source

changed to version 0.0.2

master
Georg Hopp 14 years ago
parent
commit
0caad5a564
  1. 4
      configure.ac

4
configure.ac

@ -2,10 +2,10 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.68])
AC_INIT([webgameserver], [0.0.1], [Georg Hopp <georg@steffers.org>])
AC_INIT([webgameserver], [0.0.2], [Georg Hopp <georg@steffers.org>])
AM_INIT_AUTOMAKE
AC_COPYRIGHT([Copyright (C) 2012 Georg Hopp])
AC_REVISION([$Revision: 0.01 $])
AC_REVISION([$Revision: 0.03 $])
AC_CONFIG_SRCDIR([src/webgameserver.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])

Loading…
Cancel
Save