Merge pull request #100 from glyptodon/bump-version

GUAC-1392: Bump version to 0.9.9.
This commit is contained in:
James Muehlner 2015-12-15 13:16:13 -08:00
commit 23885ba778
5 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@
#
AC_PREREQ([2.61])
AC_INIT([guacamole-server], [0.9.8])
AC_INIT([guacamole-server], [0.9.9])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AM_SILENT_RULES([yes])

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.9.8
PROJECT_NUMBER = 0.9.9
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.

View File

@ -1,4 +1,4 @@
.TH guacd 8 "4 Sep 2015" "version 0.9.8" "Guacamole"
.TH guacd 8 "15 Dec 2015" "version 0.9.9" "Guacamole"
.
.SH NAME
guacd \- Guacamole proxy daemon

View File

@ -1,4 +1,4 @@
.TH guacd.conf 5 "4 Sep 2015" "version 0.9.8" "Guacamole"
.TH guacd.conf 5 "15 Dec 2015" "version 0.9.9" "Guacamole"
.
.SH NAME
/etc/guacamole/guacd.conf \- Configuration file for guacd

View File

@ -100,7 +100,7 @@ libguac_la_CFLAGS = \
-Werror -Wall -pedantic -Iguacamole
libguac_la_LDFLAGS = \
-version-info 10:0:0 \
-version-info 11:0:0 \
@CAIRO_LIBS@ \
@JPEG_LIBS@ \
@PNG_LIBS@ \