From 0caad5a5648ab29cc89d0c7dc7b9d0cd0f845f32 Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Tue, 6 Mar 2012 08:21:10 +0100 Subject: [PATCH] changed to version 0.0.2 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 5f8009a..7c75b98 100644 --- a/configure.ac +++ b/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 ]) +AC_INIT([webgameserver], [0.0.2], [Georg Hopp ]) 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])