Migrating to new version number system
authorMichael Jumper <zhangmaike@users.sourceforge.net>
Tue, 22 Feb 2011 06:36:54 +0000 (22:36 -0800)
committerMichael Jumper <zhangmaike@users.sourceforge.net>
Tue, 22 Feb 2011 06:36:54 +0000 (22:36 -0800)
configure.in

index 36a30c5..05e8f30 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_INIT(src/daemon.c)
 # Process this file with autoconf to produce a configure script.
 
 AC_INIT(src/daemon.c)
-AM_INIT_AUTOMAKE(guacd, 0.0.1)
+AM_INIT_AUTOMAKE(guacd, 0.3.0)
 
 # Checks for programs.
 AC_PROG_CC
 
 # Checks for programs.
 AC_PROG_CC