GUACAMOLE-225: Merge updated version numbers.

This commit is contained in:
James Muehlner 2017-02-28 10:26:38 -08:00
commit 08ce4331bb
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
# #
AC_PREREQ([2.61]) AC_PREREQ([2.61])
AC_INIT([guacamole-server], [0.9.11-incubating]) AC_INIT([guacamole-server], [0.9.12-incubating])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AM_SILENT_RULES([yes]) AM_SILENT_RULES([yes])

View File

@ -22,7 +22,7 @@
# #
PROJECT_NAME = libguac PROJECT_NAME = libguac
PROJECT_NUMBER = 0.9.11-incubating PROJECT_NUMBER = 0.9.12-incubating
# #
# Warn about undocumented parameters and return values, but do not fill output # Warn about undocumented parameters and return values, but do not fill output

View File

@ -104,7 +104,7 @@ libguac_la_CFLAGS = \
-Werror -Wall -pedantic -Iguacamole -Werror -Wall -pedantic -Iguacamole
libguac_la_LDFLAGS = \ libguac_la_LDFLAGS = \
-version-info 12:1:0 \ -version-info 13:0:1 \
@CAIRO_LIBS@ \ @CAIRO_LIBS@ \
@JPEG_LIBS@ \ @JPEG_LIBS@ \
@PNG_LIBS@ \ @PNG_LIBS@ \