GUAC-772: Bump version numbers to 0.9.2.

This commit is contained in:
Michael Jumper 2014-07-21 13:32:09 -07:00
parent 2fa1468386
commit c37e274977
4 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@
# #
AC_PREREQ([2.61]) AC_PREREQ([2.61])
AC_INIT([guacamole-server], [0.9.1]) AC_INIT([guacamole-server], [0.9.2])
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

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

View File

@ -1,4 +1,4 @@
.TH guacd 8 "22 May 2014" "version 0.9.1" "Guacamole" .TH guacd 8 "21 Jul 2014" "version 0.9.2" "Guacamole"
. .
.SH NAME .SH NAME
guacd \- Guacamole proxy daemon guacd \- Guacamole proxy daemon

View File

@ -88,6 +88,6 @@ noinst_HEADERS += ogg_encoder.h
endif endif
lib_LTLIBRARIES = libguac.la lib_LTLIBRARIES = libguac.la
libguac_la_LDFLAGS = -version-info 7:0:0 @PTHREAD_LIBS@ @CAIRO_LIBS@ @PNG_LIBS@ @VORBIS_LIBS@ @UUID_LIBS@ libguac_la_LDFLAGS = -version-info 8:0:1 @PTHREAD_LIBS@ @CAIRO_LIBS@ @PNG_LIBS@ @VORBIS_LIBS@ @UUID_LIBS@
libguac_la_LIBADD = @LIBADD_DLOPEN@ libguac_la_LIBADD = @LIBADD_DLOPEN@