GUAC-1280: Bump version numbers to 0.9.8. Update libtool versioning.

This commit is contained in:
Michael Jumper 2015-09-04 12:50:49 -07:00
parent c02ade76ca
commit 037f5bc514
5 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
# #
# Copyright (C) 2013 Glyptodon LLC # Copyright (C) 2015 Glyptodon LLC
# #
# Permission is hereby granted, free of charge, to any person obtaining a copy # Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal # of this software and associated documentation files (the "Software"), to deal
@ -21,7 +21,7 @@
# #
AC_PREREQ([2.61]) AC_PREREQ([2.61])
AC_INIT([guacamole-server], [0.9.7]) AC_INIT([guacamole-server], [0.9.8])
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.7 PROJECT_NUMBER = 0.9.8
# 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 "8 Jun 2015" "version 0.9.7" "Guacamole" .TH guacd 8 "4 Sep 2015" "version 0.9.8" "Guacamole"
. .
.SH NAME .SH NAME
guacd \- Guacamole proxy daemon guacd \- Guacamole proxy daemon

View File

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

View File

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