We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c40cf69 commit 7f071dcCopy full SHA for 7f071dc
3 files changed
.github/workflows/build-windows-cygwin.yml
documents/Doxyfile
@@ -48,7 +48,7 @@ PROJECT_NAME = CppSerialization
48
# could be handy for archiving the generated documentation or if some version
49
# control system is used.
50
51
-PROJECT_NUMBER = 1.0.4.0
+PROJECT_NUMBER = 1.0.5.0
52
53
# Using the PROJECT_BRIEF tag one can provide an optional one line description
54
# for a project that appears at the top of each page and should give viewer a
include/serialization/version.h
@@ -28,7 +28,7 @@ GitHub: https://github.com/chronoxor/CppSerialization
28
namespace CppSerialization {
29
30
//! Project version
31
-const char version[] = "1.0.4.0";
+const char version[] = "1.0.5.0";
32
33
} // namespace CppSerialization
34
0 commit comments