From 037f5bc514ea246799d0bb30d290bb4c7d5ab62e Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Fri, 4 Sep 2015 12:50:49 -0700 Subject: [PATCH] GUAC-1280: Bump version numbers to 0.9.8. Update libtool versioning. --- configure.ac | 4 ++-- doc/Doxyfile | 2 +- src/guacd/man/guacd.8 | 2 +- src/guacd/man/guacd.conf.5 | 2 +- src/libguac/Makefile.am | 14 +++++++------- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/configure.ac b/configure.ac index 43bb38d4..d19e2380 100644 --- a/configure.ac +++ b/configure.ac @@ -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 # of this software and associated documentation files (the "Software"), to deal @@ -21,7 +21,7 @@ # 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_SILENT_RULES([yes]) diff --git a/doc/Doxyfile b/doc/Doxyfile index 3f7894dc..37c683a7 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -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.7 +PROJECT_NUMBER = 0.9.8 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/src/guacd/man/guacd.8 b/src/guacd/man/guacd.8 index a230786d..ade41476 100644 --- a/src/guacd/man/guacd.8 +++ b/src/guacd/man/guacd.8 @@ -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 guacd \- Guacamole proxy daemon diff --git a/src/guacd/man/guacd.conf.5 b/src/guacd/man/guacd.conf.5 index 8406efac..4bf7a579 100644 --- a/src/guacd/man/guacd.conf.5 +++ b/src/guacd/man/guacd.conf.5 @@ -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 /etc/guacamole/guacd.conf \- Configuration file for guacd diff --git a/src/libguac/Makefile.am b/src/libguac/Makefile.am index 7e0d1696..4cd58423 100644 --- a/src/libguac/Makefile.am +++ b/src/libguac/Makefile.am @@ -98,13 +98,13 @@ endif libguac_la_CFLAGS = \ -Werror -Wall -pedantic -Iguacamole -libguac_la_LDFLAGS = \ - -version-info 9:0:0 \ - @CAIRO_LIBS@ \ - @JPEG_LIBS@ \ - @PNG_LIBS@ \ - @PTHREAD_LIBS@ \ - @UUID_LIBS@ \ +libguac_la_LDFLAGS = \ + -version-info 10:0:0 \ + @CAIRO_LIBS@ \ + @JPEG_LIBS@ \ + @PNG_LIBS@ \ + @PTHREAD_LIBS@ \ + @UUID_LIBS@ \ @VORBIS_LIBS@ libguac_la_LIBADD = \