Skip to content

Commit

Permalink
set version number, in prep for tagging a release
Browse files Browse the repository at this point in the history
  • Loading branch information
rsharris committed Oct 14, 2019
1 parent ad2bfc9 commit 34a9ee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ class VersionCommand: public Command
public:
static const unsigned int major = 2;
static const unsigned int minor = 0;
static const unsigned int subMinor = 1;
static const std::uint32_t date = 0x20190815;
static const unsigned int subMinor = 2;
static const std::uint32_t date = 0x20191014;

public:
VersionCommand(const std::string& name): Command(name) {}
Expand Down

0 comments on commit 34a9ee9

Please sign in to comment.