diff --git a/configure.ac b/configure.ac index a61534a4..b4cc2d37 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # AC_PREREQ([2.61]) -AC_INIT([guacamole-server], [0.9.12-incubating]) +AC_INIT([guacamole-server], [0.9.13-incubating]) AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) AM_SILENT_RULES([yes]) diff --git a/doc/Doxyfile b/doc/Doxyfile index 23eaf03e..59035644 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -22,7 +22,7 @@ # PROJECT_NAME = libguac -PROJECT_NUMBER = 0.9.12-incubating +PROJECT_NUMBER = 0.9.13-incubating # # Warn about undocumented parameters and return values, but do not fill output diff --git a/src/guacd/man/guacd.8 b/src/guacd/man/guacd.8 index c68af365..8e497e35 100644 --- a/src/guacd/man/guacd.8 +++ b/src/guacd/man/guacd.8 @@ -16,7 +16,7 @@ .\" specific language governing permissions and limitations .\" under the License. .\" -.TH guacd 8 "9 Jan 2017" "version 0.9.11-incubating" "Guacamole" +.TH guacd 8 "1 Jun 2017" "version 0.9.13-incubating" "Guacamole" . .SH NAME guacd \- Guacamole proxy daemon diff --git a/src/guacd/man/guacd.conf.5 b/src/guacd/man/guacd.conf.5 index 4605f7d7..49dd7da7 100644 --- a/src/guacd/man/guacd.conf.5 +++ b/src/guacd/man/guacd.conf.5 @@ -16,7 +16,7 @@ .\" specific language governing permissions and limitations .\" under the License. .\" -.TH guacd.conf 5 "9 Jan 2017" "version 0.9.11-incubating" "Guacamole" +.TH guacd.conf 5 "1 Jun 2017" "version 0.9.13-incubating" "Guacamole" . .SH NAME /etc/guacamole/guacd.conf \- Configuration file for guacd diff --git a/src/guacenc/man/guacenc.1 b/src/guacenc/man/guacenc.1 index 95202e42..a36617a2 100644 --- a/src/guacenc/man/guacenc.1 +++ b/src/guacenc/man/guacenc.1 @@ -16,7 +16,7 @@ .\" specific language governing permissions and limitations .\" under the License. .\" -.TH guacenc 1 "9 Jan 2017" "version 0.9.11-incubating" "Guacamole" +.TH guacenc 1 "1 Jun 2017" "version 0.9.13-incubating" "Guacamole" . .SH NAME guacenc \- Guacamole video encoder diff --git a/src/libguac/Makefile.am b/src/libguac/Makefile.am index 787dfe7a..4590e9fc 100644 --- a/src/libguac/Makefile.am +++ b/src/libguac/Makefile.am @@ -104,7 +104,7 @@ libguac_la_CFLAGS = \ -Werror -Wall -pedantic -Iguacamole libguac_la_LDFLAGS = \ - -version-info 13:0:1 \ + -version-info 14:0:2 \ @CAIRO_LIBS@ \ @JPEG_LIBS@ \ @PNG_LIBS@ \