We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3501ed9 commit 70ab834Copy full SHA for 70ab834
documents/Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME = FastBinaryEncoding
38
# could be handy for archiving the generated documentation or if some version
39
# control system is used.
40
41
-PROJECT_NUMBER = 1.8.0.0
+PROJECT_NUMBER = 1.10.0.0
42
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
# for a project that appears at the top of each page and should give viewer a
include/version.h
@@ -12,7 +12,7 @@
12
namespace FBE {
13
14
// Fast binary encoding version
15
-const char version[] = "1.9.0.0";
+const char version[] = "1.10.0.0";
16
17
} // namespace FBE
18
0 commit comments