GUAC-682: Bump version numbers to 0.8.4.
This commit is contained in:
parent
d0599748bc
commit
6c08792f0b
@ -36,7 +36,7 @@
|
||||
|
||||
|
||||
AC_PREREQ([2.61])
|
||||
AC_INIT([guacamole-server], [0.8.3])
|
||||
AC_INIT([guacamole-server], [0.8.4])
|
||||
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
||||
|
||||
LT_PREREQ([2.2])
|
||||
|
@ -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.8.2
|
||||
PROJECT_NUMBER = 0.8.4
|
||||
|
||||
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
||||
# base path where the generated documentation will be put.
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH guacd 8 "22 Jul 2013" "version 0.8.2" "Guacamole"
|
||||
.TH guacd 8 "22 May 2014" "version 0.8.4" "Guacamole"
|
||||
.
|
||||
.SH NAME
|
||||
guacd \- Guacamole proxy daemon
|
||||
|
@ -84,5 +84,5 @@ noinst_HEADERS += ogg_encoder.h
|
||||
endif
|
||||
|
||||
lib_LTLIBRARIES = libguac.la
|
||||
libguac_la_LDFLAGS = -version-info 5:0:0 @PTHREAD_LIBS@ @CAIRO_LIBS@ @PNG_LIBS@ @DL_LIBS@ @VORBIS_LIBS@
|
||||
libguac_la_LDFLAGS = -version-info 5:1:0 @PTHREAD_LIBS@ @CAIRO_LIBS@ @PNG_LIBS@ @DL_LIBS@ @VORBIS_LIBS@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user