Skip to content

Commit 9a77deb

Browse files
committed
update for 1.2.0 release
1 parent 2d33916 commit 9a77deb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.1
1+
1.2.0

doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = tinyows
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.1.0
26+
PROJECT_NUMBER = 1.2.0
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

src/ows_define.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#define OWS_DEBUG
2929
#endif
3030

31-
#define TINYOWS_VERSION "1.1.0"
31+
#define TINYOWS_VERSION "1.2.0"
3232
#define TINYOWS_FCGI @USE_FCGI@
3333

3434
#define OWS_CONFIG_FILE_PATH "/etc/tinyows.xml"

0 commit comments

Comments
 (0)