Skip to content

Commit b872972

Browse files
committed
Version to 2.0.1
1 parent a1914f7 commit b872972

25 files changed

+57
-57
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set(CMAKE_LEGACY_CYGWIN_WIN32 0)
55
project(cppcms)
66
set(CPPCMS_PACKAGE_NAME "CppCMS")
77
# Actual Version
8-
set(CPPCMS_VERSION "2.0.0.beta2")
8+
set(CPPCMS_VERSION "2.0.1")
99
# Binary ABI Version
1010
set(CPPCMS_SOVERSION "2")
1111

tests/disco_test_async_cgi_multiple.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ SCRIPT_NAME:/async
77
SERVER_NAME:127.0.0.1
88
SERVER_PORT:8080
99
SERVER_PROTOCOL:HTTP/1.0
10-
SERVER_SOFTWARE:CppCMS/2.0.0.beta2
10+
SERVER_SOFTWARE:CppCMS/2.0.1
1111

tests/disco_test_async_cgi_nonblocking.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ SCRIPT_NAME:/nonblocking
77
SERVER_NAME:127.0.0.1
88
SERVER_PORT:8080
99
SERVER_PROTOCOL:HTTP/1.0
10-
SERVER_SOFTWARE:CppCMS/2.0.0.beta2
10+
SERVER_SOFTWARE:CppCMS/2.0.1
1111

tests/disco_test_async_cgi_single.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ SCRIPT_NAME:/async
77
SERVER_NAME:127.0.0.1
88
SERVER_PORT:8080
99
SERVER_PROTOCOL:HTTP/1.0
10-
SERVER_SOFTWARE:CppCMS/2.0.0.beta2
10+
SERVER_SOFTWARE:CppCMS/2.0.1
1111

tests/disco_test_gzip_cgi.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ SCRIPT_NAME:/sync
88
SERVER_NAME:127.0.0.1
99
SERVER_PORT:8080
1010
SERVER_PROTOCOL:HTTP/1.0
11-
SERVER_SOFTWARE:CppCMS/2.0.0.beta2
11+
SERVER_SOFTWARE:CppCMS/2.0.1
1212

tests/disco_test_norm_cgi.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ SCRIPT_NAME:/sync
77
SERVER_NAME:127.0.0.1
88
SERVER_PORT:8080
99
SERVER_PROTOCOL:HTTP/1.0
10-
SERVER_SOFTWARE:CppCMS/2.0.0.beta2
10+
SERVER_SOFTWARE:CppCMS/2.0.1
1111

tests/proto_test_http_1.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
HTTP/1.0 200 Ok
22
Content-Type: text/plain; charset=utf-8
3-
X-Powered-By: CppCMS/2.0.0.beta2
4-
Server: CppCMS-Embedded/2.0.0.beta2
3+
X-Powered-By: CppCMS/2.0.1
4+
Server: CppCMS-Embedded/2.0.1
55
Connection: close
66

77
GATEWAY_INTERFACE:CGI/1.0
@@ -13,5 +13,5 @@ SCRIPT_NAME:/test
1313
SERVER_NAME:127.0.0.1
1414
SERVER_PORT:8080
1515
SERVER_PROTOCOL:HTTP/1.0
16-
SERVER_SOFTWARE:CppCMS/2.0.0.beta2
16+
SERVER_SOFTWARE:CppCMS/2.0.1
1717

tests/proto_test_http_2.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
HTTP/1.0 200 Ok
22
Content-Type: text/plain; charset=utf-8
3-
X-Powered-By: CppCMS/2.0.0.beta2
4-
Server: CppCMS-Embedded/2.0.0.beta2
3+
X-Powered-By: CppCMS/2.0.1
4+
Server: CppCMS-Embedded/2.0.1
55
Connection: close
66

77
GATEWAY_INTERFACE:CGI/1.0
@@ -14,5 +14,5 @@ SCRIPT_NAME:/test
1414
SERVER_NAME:127.0.0.1
1515
SERVER_PORT:8080
1616
SERVER_PROTOCOL:HTTP/1.0
17-
SERVER_SOFTWARE:CppCMS/2.0.0.beta2
17+
SERVER_SOFTWARE:CppCMS/2.0.1
1818

tests/proto_test_http_4.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
HTTP/1.0 200 Ok
22
Content-Type: text/plain; charset=utf-8
3-
X-Powered-By: CppCMS/2.0.0.beta2
4-
Server: CppCMS-Embedded/2.0.0.beta2
3+
X-Powered-By: CppCMS/2.0.1
4+
Server: CppCMS-Embedded/2.0.1
55
Connection: close
66

77
CONTENT_LENGTH:11
@@ -15,7 +15,7 @@ SCRIPT_NAME:/test
1515
SERVER_NAME:127.0.0.1
1616
SERVER_PORT:8080
1717
SERVER_PROTOCOL:HTTP/1.0
18-
SERVER_SOFTWARE:CppCMS/2.0.0.beta2
18+
SERVER_SOFTWARE:CppCMS/2.0.1
1919

2020
1=2
2121
foo=bar

tests/proto_test_http_5.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
HTTP/1.0 200 Ok
22
Content-Type: text/plain; charset=utf-8
3-
X-Powered-By: CppCMS/2.0.0.beta2
4-
Server: CppCMS-Embedded/2.0.0.beta2
3+
X-Powered-By: CppCMS/2.0.1
4+
Server: CppCMS-Embedded/2.0.1
55
Connection: close
66

77
CONTENT_LENGTH:11
@@ -15,7 +15,7 @@ SCRIPT_NAME:/test
1515
SERVER_NAME:127.0.0.1
1616
SERVER_PORT:8080
1717
SERVER_PROTOCOL:HTTP/1.0
18-
SERVER_SOFTWARE:CppCMS/2.0.0.beta2
18+
SERVER_SOFTWARE:CppCMS/2.0.1
1919

2020
1=2
2121
foo=bar

0 commit comments

Comments
 (0)