Skip to content

Commit df491d1

Browse files
Add the batch of release v3.4.2-beta-20190412 commits
1 parent 11caadf commit df491d1

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

ReleaseNotes.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
## Release Notes
22

3+
### v3.4.2-beta-20190412
4+
5+
- Updated the Bytecoin daemons.
6+
37
### v3.4.2-beta-20190411
48

59
- Fixed a bug in a dialog box.
6-
- Update the Bytecoin daemons.
10+
- Updated the Bytecoin daemons.
711

812
### v3.4.1
913

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

1721
### v3.4.0
1822

src/bytecoin-gui.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ TEMPLATE = app
1515
macx: QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.11
1616
macx: ICON = images/bytecoin.icns
1717
win32: RC_ICONS = images/bytecoin.ico
18-
win32: VERSION = 3.19.4.11
18+
win32: VERSION = 3.19.4.12
1919

2020
#QMAKE_CXXFLAGS += -fno-omit-frame-pointer -fsanitize=address,undefined
2121
#LIBS += -lasan -lubsan

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace WalletGUI {
88
constexpr char VERSION[] = "3.4.2";
99
constexpr char CODENAME[] = "Amethyst";
1010
constexpr char VERSION_SUFFIX[] = "beta";
11-
constexpr char REVISION[] = "20190411";
11+
constexpr char REVISION[] = "20190412";
1212

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

0 commit comments

Comments
 (0)