Skip to content

Commit

Permalink
Extract collateral value into var => 2.5k
Browse files Browse the repository at this point in the history
Upgrade proto version / min proto version / disconnect from old peers
Check sentinel version 1.2.0
  • Loading branch information
madagaga committed Jun 24, 2018
1 parent 2d75281 commit ba42d73
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 1,458 deletions.
8 changes: 8 additions & 0 deletions absolute.code-workspace
@@ -0,0 +1,8 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
}
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -3,7 +3,7 @@ AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 12)
define(_CLIENT_VERSION_REVISION, 2)
define(_CLIENT_VERSION_BUILD, 2)
define(_CLIENT_VERSION_BUILD, 3)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2018)
AC_INIT([Absolute Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/absolute-community/absolutecoin/issues],[absolutecore])
Expand Down

0 comments on commit ba42d73

Please sign in to comment.