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 2179724 commit ca89d6dCopy full SHA for ca89d6d
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 = 12;
+constexpr auto NEDIT_VERSION_REV = 13;
7
constexpr auto NEDIT_VERSION = (NEDIT_VERSION_MAJ * 1000 + NEDIT_VERSION_REV);
8
9
#endif
0 commit comments