Skip to content

Commit

Permalink
minor bug fix, sure, let's do another release :-P
Browse files Browse the repository at this point in the history
  • Loading branch information
eteran committed Aug 31, 2018
1 parent 2dc36de commit a69148b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Util/include/Util/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#define VERSION_H_

constexpr auto NEDIT_VERSION_MAJ = 2018;
constexpr auto NEDIT_VERSION_REV = 9;
constexpr auto NEDIT_VERSION_REV = 10;
constexpr auto NEDIT_VERSION = (NEDIT_VERSION_MAJ * 1000 + NEDIT_VERSION_REV);

#endif

0 comments on commit a69148b

Please sign in to comment.