Migrating to new version number system

This commit is contained in:
Michael Jumper 2011-02-21 22:36:34 -08:00
parent bdaf1db86c
commit 122cbeff15

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_INIT(src/client.c) AC_INIT(src/client.c)
AM_INIT_AUTOMAKE(libguac, 0.0.0) AM_INIT_AUTOMAKE(libguac, 0.3.0)
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
# Checks for programs. # Checks for programs.