Skip to content

Commit

Permalink
Version 1.0.0a -> 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hitobb committed Sep 23, 2017
1 parent e384303 commit 89eda13
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ P2P 48445

Active node list is /release/bunnycoin.conf

## Difference between original(1.0.0) and this branch(1.0.0a)
## Difference between original(1.0.0) and this branch(1.0.1)

Support : ubuntu 16.04 or later

Expand All @@ -53,7 +53,7 @@ The default BerkeleyDB on Ubuntu 16.04 is Ver 5.1.
BerkeleyDB 4.8 and 5.1 are incompatible.
So,you must install BerkeleyDB 4.8 manually.

## How to install 1.0.0a to ubuntu 16.04
## How to install 1.0.1 to ubuntu 16.04

### Build requirements:

Expand Down
2 changes: 1 addition & 1 deletion bunnycoin-qt.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TEMPLATE = app
TARGET = bunnycoin-qt
macx:TARGET = "Bunnycoin-Qt"
VERSION = 1.0.0a
VERSION = 1.0.1
INCLUDEPATH += src src/json src/qt
QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
Expand Down
2 changes: 1 addition & 1 deletion share/setup-win-build.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SetCompressor /SOLID lzma

# General Symbol Definitions
!define REGKEY "SOFTWARE\$(^Name)"
!define VERSION "1.0.0a.0"
!define VERSION "1.0.1.0"
!define COMPANY "Bunnycoin"
!define URL http://bunnycoin.org

Expand Down
6 changes: 3 additions & 3 deletions share/setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SetCompressor /SOLID lzma

# General Symbol Definitions
!define REGKEY "SOFTWARE\$(^Name)"
!define VERSION 1.0.0a
!define VERSION 1.0.1
!define COMPANY "Bunnycoin project"
!define URL http://www.bunnycoin.org/

Expand Down Expand Up @@ -45,13 +45,13 @@ Var StartMenuGroup
!insertmacro MUI_LANGUAGE English

# Installer attributes
OutFile bunnycoin-1.0.0a-win32-setup.exe
OutFile bunnycoin-1.0.1-win32-setup.exe
InstallDir $PROGRAMFILES\Bunnycoin
CRCCheck on
XPStyle on
BrandingText " "
ShowInstDetails show
VIProductVersion 1.0.0a
VIProductVersion 1.0.1
VIAddVersionKey ProductName Bunnycoin
VIAddVersionKey ProductVersion "${VERSION}"
VIAddVersionKey CompanyName "${COMPANY}"
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 0
#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_REVISION 1
#define CLIENT_VERSION_BUILD 0

// Set to true for release, false for prerelease or test build
Expand Down
2 changes: 1 addition & 1 deletion src/qt/forms/aboutdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<cursorShape>IBeamCursor</cursorShape>
</property>
<property name="text">
<string notr="true">1.0.0a</string>
<string notr="true">1.0.1</string>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
Expand Down

0 comments on commit 89eda13

Please sign in to comment.