Skip to content

Commit

Permalink
change emercoin version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgenijM86 authored and EvgenijM86 committed Oct 6, 2016
1 parent 23674ef commit 17839cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -6,7 +6,7 @@ define(_CLIENT_VERSION_REVISION, 2)

define(_EMERCOIN_VERSION_MAJOR, 0)
define(_EMERCOIN_VERSION_MINOR, 5)
define(_EMERCOIN_VERSION_REVISION, 0)
define(_EMERCOIN_VERSION_REVISION, 1)

define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
Expand Down
4 changes: 2 additions & 2 deletions doc/Doxyfile
Expand Up @@ -28,13 +28,13 @@ DOXYFILE_ENCODING = UTF-8
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project.

PROJECT_NAME = Bitcoin
PROJECT_NAME = Emercoin

# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 0.10.2
PROJECT_NUMBER = 0.5.1

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Expand Up @@ -20,7 +20,7 @@

#define EMERCOIN_VERSION_MAJOR 0
#define EMERCOIN_VERSION_MINOR 5
#define EMERCOIN_VERSION_REVISION 0
#define EMERCOIN_VERSION_REVISION 1

#define CLIENT_VERSION_BUILD 0

Expand Down

0 comments on commit 17839cd

Please sign in to comment.