Skip to content

Commit

Permalink
update version numbers to be consistent.
Browse files Browse the repository at this point in the history
  • Loading branch information
genjix committed May 21, 2014
1 parent 712dfee commit 68a70b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([libbitcoin], [1.0.10], [amir@unsystem.net])
AC_INIT([libbitcoin], [1.0.10], [genjix@riseup.net])
AC_USE_SYSTEM_EXTENSIONS
AC_LANG(C++)
AC_CONFIG_AUX_DIR([build-aux])
Expand Down
4 changes: 2 additions & 2 deletions include/bitcoin/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
// LIBBITCOIN_VERSION / 100 % 1000 is the minor version
// LIBBITCOIN_VERSION / 100000 is the major version

#define LIBBITCOIN_VERSION 200000
#define LIBBITCOIN_VERSION 100010

// LIBBITCOIN_LIB_VERSION is defined to be the same as LIBBITCOIN_VERSION
// but as a *string* in the form "x.y[.z]" where x is the major version
// number, y is the minor version number, and z is the patch level if not 0.
// This is used for the user agent string during the connection handshake.

#define LIBBITCOIN_LIB_VERSION "2.0.0"
#define LIBBITCOIN_LIB_VERSION "1.0.10"

#endif

0 comments on commit 68a70b7

Please sign in to comment.