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 12fd254 commit 690445fCopy full SHA for 690445f
Util/include/Util/version.h
@@ -3,7 +3,7 @@
3
#define VERSION_H_
4
5
constexpr auto NEDIT_VERSION_MAJ = 2018;
6
-constexpr auto NEDIT_VERSION_REV = 10;
+constexpr auto NEDIT_VERSION_REV = 11;
7
constexpr auto NEDIT_VERSION = (NEDIT_VERSION_MAJ * 1000 + NEDIT_VERSION_REV);
8
9
#endif
0 commit comments