Skip to content

Commit

Permalink
version bump in preparation for release!
Browse files Browse the repository at this point in the history
  • Loading branch information
eteran committed Nov 18, 2019
1 parent 2fcdcf4 commit f086797
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 = 2019;
constexpr auto NEDIT_VERSION_REV = 2;
constexpr auto NEDIT_VERSION_REV = 3;
constexpr auto NEDIT_VERSION = (NEDIT_VERSION_MAJ * 1000 + NEDIT_VERSION_REV);

#endif

0 comments on commit f086797

Please sign in to comment.