Bump version to 0.6.1

This commit is contained in:
Michael Jumper 2012-06-03 20:47:45 -07:00
parent 675dec46d3
commit 7382bacc81
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
# ***** END LICENSE BLOCK *****
AC_INIT(src/client.c)
AM_INIT_AUTOMAKE(libguac, 0.6.0)
AM_INIT_AUTOMAKE(libguac, 0.6.1)
AC_CONFIG_MACRO_DIR([m4])
# Checks for programs.

View File

@ -31,7 +31,7 @@ PROJECT_NAME = libguac
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = 0.6.0
PROJECT_NUMBER = 0.6.1
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.