GUAC-855: Bump version to 0.9.3.

This commit is contained in:
Michael Jumper 2014-09-19 11:19:41 -07:00
parent 7b83b279d7
commit 6dc35bcbad
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,4 +1,4 @@
.TH guacd 8 "9 Sep 2014" "version 0.9.2" "Guacamole"
.TH guacd 8 "19 Sep 2014" "version 0.9.3" "Guacamole"
.
.SH NAME
guacd \- Guacamole proxy daemon

View File

@ -1,4 +1,4 @@
.TH guacd.conf 5 "9 Sep 2014" "version 0.9.2" "Guacamole"
.TH guacd.conf 5 "19 Sep 2014" "version 0.9.3" "Guacamole"
.
.SH NAME
/etc/guacamole/guacd.conf \- Configuration file for guacd

View File

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