Skip to content

Commit 70ab834

Browse files
Ivan ShynkarenkaIvan Shynkarenka
authored andcommitted
Update version
1 parent 3501ed9 commit 70ab834

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documents/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = FastBinaryEncoding
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 1.8.0.0
41+
PROJECT_NUMBER = 1.10.0.0
4242

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

include/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace FBE {
1313

1414
// Fast binary encoding version
15-
const char version[] = "1.9.0.0";
15+
const char version[] = "1.10.0.0";
1616

1717
} // namespace FBE
1818

0 commit comments

Comments
 (0)