From 55dc494e9ecf4f2b12029a7e685aedc9fe6e2553 Mon Sep 17 00:00:00 2001 From: Olivier Courtin Date: Wed, 14 Nov 2012 01:05:59 +0100 Subject: [PATCH] 1.1.0 version --- VERSION | 2 +- doc/Doxyfile | 2 +- src/ows_define.h.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 3efbbf65..9084fa2f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.0rc2 +1.1.0 diff --git a/doc/Doxyfile b/doc/Doxyfile index 9537b76b..a44e8b91 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -23,7 +23,7 @@ PROJECT_NAME = tinyows # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1.1.0rc2 +PROJECT_NUMBER = 1.1.0 # 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/ows_define.h.in b/src/ows_define.h.in index ce41c6d0..aebf6c8a 100644 --- a/src/ows_define.h.in +++ b/src/ows_define.h.in @@ -28,7 +28,7 @@ #define OWS_DEBUG #endif -#define TINYOWS_VERSION "1.1.0rc2" +#define TINYOWS_VERSION "1.1.0" #define TINYOWS_FCGI @USE_FCGI@ #define OWS_CONFIG_FILE_PATH "/etc/tinyows.xml"