Skip to content

Commit

Permalink
Merge pull request #2 from Armor-Network/klomar-update-version
Browse files Browse the repository at this point in the history
Updating version number
  • Loading branch information
kbhse authored Oct 23, 2021
2 parents 8f2cd5c + 7235200 commit d3a36e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

namespace WalletGUI {

constexpr char VERSION[] = "0.1.1";
constexpr char VERSION[] = "0.1.2";
constexpr char CODENAME[] = "Armor";
constexpr char VERSION_SUFFIX[] = "stable";
constexpr char REVISION[] = "20210622";
constexpr char REVISION[] = "20211023";

// returns <0, if newVersion is worse than currentVersion, returns >0, if newVersion is better, and returns 0, if versions are equal
int compareVersion(const QString& newVersion, const QString& currentVersion);
Expand Down

0 comments on commit d3a36e0

Please sign in to comment.