Skip to content

Commit

Permalink
Merge pull request #2 from midnight-miner/v2.5.0.1
Browse files Browse the repository at this point in the history
V2.5.0.1
  • Loading branch information
Vegas-Guy authored Apr 7, 2018
2 parents 0978135 + 1743619 commit fde4b8b
Show file tree
Hide file tree
Showing 23 changed files with 9 additions and 8,816 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ $RECYCLE.BIN/
Network Trash Folder
Temporary Items
.apdisk
/.project
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 2)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_MINOR, 5)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 3)
define(_CLIENT_VERSION_BUILD, 1)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2018)
AC_INIT([Lasvegascoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[http://bit.lasvegascoins],[lasvegascoin])
Expand Down
Loading

0 comments on commit fde4b8b

Please sign in to comment.