Skip to content

Commit f143734

Browse files
committed
Fix compilation errors
1 parent 38848ea commit f143734

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitlinks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Modules
2-
asio modules/asio https://github.com/chriskohlhoff/asio.git master
2+
asio modules/asio https://github.com/chriskohlhoff/asio.git asio-1-32-0
33
Catch2 modules/Catch2 https://github.com/catchorg/Catch2.git devel
44
cpp-optparse modules/cpp-optparse https://github.com/chronoxor/cpp-optparse.git main
55
CppBenchmark modules/CppBenchmark https://github.com/chronoxor/CppBenchmark.git master

documents/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = CppServer
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 1.0.4.0
51+
PROJECT_NUMBER = 1.0.5.0
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

include/server/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ GitHub: https://github.com/chronoxor/CppServer
2828
namespace CppServer {
2929

3030
//! Project version
31-
const char version[] = "1.0.4.2";
31+
const char version[] = "1.0.5.0";
3232

3333
} // namespace CppServer
3434

0 commit comments

Comments
 (0)