Bump version, update ChangeLog and AUTHORS.

This commit is contained in:
Michael Jumper 2013-05-29 11:37:27 -07:00
parent 8f1b5ae769
commit fc8eae8d2a
3 changed files with 6 additions and 1 deletions

View File

@ -1,2 +1,3 @@
Michael Jumper <zhangmaike@users.sourceforge.net>
James Muehlner <james.muehlner@guac-dev.org>
Saul Gio Perez <gio.perez@sv.cmu.edu>

View File

@ -1,3 +1,7 @@
2013-05-23 James Muehlner <james.muehlner@guac-dev.org>
* convert() should return NULL only on malloc failure (fixes #313)
2013-02-07 Saul Gio Perez <gio.perez@sv.cmu.edu>
* Implement color-depth parameter (fixes #272)

View File

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