Skip to content

Commit 7f071dc

Browse files
committed
Update protocols
1 parent c40cf69 commit 7f071dc

File tree

3 files changed

+2
-42
lines changed

3 files changed

+2
-42
lines changed

.github/workflows/build-windows-cygwin.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

documents/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = CppSerialization
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/serialization/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/CppSerialization
2828
namespace CppSerialization {
2929

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

3333
} // namespace CppSerialization
3434

0 commit comments

Comments
 (0)