Skip to content

Commit

Permalink
Add the batch of release v3.4.2-beta-20190412 commits
Browse files Browse the repository at this point in the history
  • Loading branch information
developer-at-bcn committed Apr 12, 2019
1 parent 11caadf commit df491d1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
## Release Notes

### v3.4.2-beta-20190412

- Updated the Bytecoin daemons.

### v3.4.2-beta-20190411

- Fixed a bug in a dialog box.
- Update the Bytecoin daemons.
- Updated the Bytecoin daemons.

### v3.4.1

Expand All @@ -12,7 +16,7 @@
- Fixed mnemonic export.
- Added an option that view-only wallets can detect outgoing addresses.
- Made minor improvements and bug fixes.
- Update the Bytecoin daemons.
- Updated the Bytecoin daemons.

### v3.4.0

Expand Down
2 changes: 1 addition & 1 deletion src/bytecoin-gui.pro
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ TEMPLATE = app
macx: QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.11
macx: ICON = images/bytecoin.icns
win32: RC_ICONS = images/bytecoin.ico
win32: VERSION = 3.19.4.11
win32: VERSION = 3.19.4.12

#QMAKE_CXXFLAGS += -fno-omit-frame-pointer -fsanitize=address,undefined
#LIBS += -lasan -lubsan
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace WalletGUI {
constexpr char VERSION[] = "3.4.2";
constexpr char CODENAME[] = "Amethyst";
constexpr char VERSION_SUFFIX[] = "beta";
constexpr char REVISION[] = "20190411";
constexpr char REVISION[] = "20190412";

// 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 df491d1

Please sign in to comment.