We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d33916 commit 9a77debCopy full SHA for 9a77deb
VERSION
@@ -1 +1 @@
1
-1.1.1
+1.2.0
doc/Doxyfile
@@ -23,7 +23,7 @@ PROJECT_NAME = tinyows
23
# This could be handy for archiving the generated documentation or
24
# if some version control system is used.
25
26
-PROJECT_NUMBER = 1.1.0
+PROJECT_NUMBER = 1.2.0
27
28
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
29
# base path where the generated documentation will be put.
src/ows_define.h.in
@@ -28,7 +28,7 @@
#define OWS_DEBUG
#endif
30
31
-#define TINYOWS_VERSION "1.1.0"
+#define TINYOWS_VERSION "1.2.0"
32
#define TINYOWS_FCGI @USE_FCGI@
33
34
#define OWS_CONFIG_FILE_PATH "/etc/tinyows.xml"
0 commit comments