Skip to content

Commit

Permalink
v1.8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EverGreenCoinDev committed Oct 4, 2018
1 parent 835e504 commit a70bdc9
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion EverGreenCoin-qt.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
###############################################################################################
TEMPLATE = app
TARGET = EverGreenCoin-Qt
VERSION = 1.8.0.0
VERSION = 1.8.0.1
INCLUDEPATH += src src/json \
src/qt \
src/sph
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

![Alt text](src/qt/res/images/wallet_logo.png)

EverGreenCoin version 1.8
EverGreenCoin version 1.8.0.1

Cryptocurrency meets environment.

Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 8
#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_BUILD 0
#define CLIENT_VERSION_BUILD 1

// Converts the parameter X to a string after macro replacement on X has been performed.
// Don't merge these into one macro!
Expand Down
16 changes: 14 additions & 2 deletions src/qt/forms/blockbrowser.ui
Original file line number Diff line number Diff line change
Expand Up @@ -903,10 +903,16 @@
</item>
<item row="1" column="1">
<widget class="QPushButton" name="blockButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>300</width>
<height>25</height>
<height>35</height>
</size>
</property>
<property name="maximumSize">
Expand Down Expand Up @@ -1518,10 +1524,16 @@
</item>
<item row="12" column="1">
<widget class="QPushButton" name="txButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>25</height>
<height>35</height>
</size>
</property>
<property name="font">
Expand Down

0 comments on commit a70bdc9

Please sign in to comment.