diff --git a/README.md b/README.md index 956c97c783159..85ae01a1dabb1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -DarkNet Repository (Version 2.1.2.2) +DarkNet Repository (Version 2.1.2.3) More information at darknet-crypto.com Visit our ANN thread at bitcointalk.org/index.php?topic=1262920 diff --git a/configure.ac b/configure.ac index 1670e6efd66b9..d4e4504ad61bf 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.60]) define(_CLIENT_VERSION_MAJOR, 2) define(_CLIENT_VERSION_MINOR, 1) define(_CLIENT_VERSION_REVISION, 2) -define(_CLIENT_VERSION_BUILD, 2) +define(_CLIENT_VERSION_BUILD, 3) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2016) AC_INIT([Darknet Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[www.darknet-crypto.com],[darknet]) diff --git a/contrib/debian/manpages/darknetd.1 b/contrib/debian/manpages/darknetd.1 index 2822dac514401..b02d57ac0e6af 100644 --- a/contrib/debian/manpages/darknetd.1 +++ b/contrib/debian/manpages/darknetd.1 @@ -1,4 +1,4 @@ -.TH DNETD "1" "January 2016" "darknetd 2.1.2.2" +.TH DNETD "1" "January 2016" "darknetd 2.1.2.3" .SH NAME Darknet \- peer-to-peer network based digital currency .SH SYNOPSIS diff --git a/contrib/gitian-descriptors/gitian-linux.yml b/contrib/gitian-descriptors/gitian-linux.yml index 8bd2fca66454f..5756732424c04 100644 --- a/contrib/gitian-descriptors/gitian-linux.yml +++ b/contrib/gitian-descriptors/gitian-linux.yml @@ -1,5 +1,5 @@ --- -name: "darknet-linux-2.1.2.2" +name: "darknet-linux-2.1.2.3" enable_cache: true suites: - "trusty" diff --git a/contrib/gitian-descriptors/gitian-osx.yml b/contrib/gitian-descriptors/gitian-osx.yml index bba1756963680..985e05f39b37c 100644 --- a/contrib/gitian-descriptors/gitian-osx.yml +++ b/contrib/gitian-descriptors/gitian-osx.yml @@ -1,5 +1,5 @@ --- -name: "darknet-osx-2.1.2.2" +name: "darknet-osx-2.1.2.3" enable_cache: true suites: - "trusty" diff --git a/contrib/gitian-descriptors/gitian-rpi2.yml b/contrib/gitian-descriptors/gitian-rpi2.yml index d3f45183d9592..21cb8c07558d5 100644 --- a/contrib/gitian-descriptors/gitian-rpi2.yml +++ b/contrib/gitian-descriptors/gitian-rpi2.yml @@ -1,5 +1,5 @@ --- -name: "darknet-rpi2-2.1.2.2" +name: "darknet-rpi2-2.1.2.3" enable_cache: true suites: - "trusty" diff --git a/contrib/gitian-descriptors/gitian-win.yml b/contrib/gitian-descriptors/gitian-win.yml index 93c2a30d24823..16481a8483278 100644 --- a/contrib/gitian-descriptors/gitian-win.yml +++ b/contrib/gitian-descriptors/gitian-win.yml @@ -1,5 +1,5 @@ --- -name: "darknet-win-2.1.2.2" +name: "darknet-win-2.1.2.3" enable_cache: true suites: - "trusty" diff --git a/doc/Doxyfile b/doc/Doxyfile index 5406a88363e93..93016f3018195 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -34,7 +34,7 @@ PROJECT_NAME = Darknet # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 2.1.2.2 +PROJECT_NUMBER = 2.1.2.3 # 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 diff --git a/doc/README.md b/doc/README.md index 4cbcf93699064..78a3ff4a5c181 100644 --- a/doc/README.md +++ b/doc/README.md @@ -1,4 +1,4 @@ -DarkNet Core 2.1.2.2 +DarkNet Core 2.1.2.3 ===================== Setup diff --git a/doc/README_windows.txt b/doc/README_windows.txt index 5791f78d75be0..fbe5839b6b9ea 100644 --- a/doc/README_windows.txt +++ b/doc/README_windows.txt @@ -1,4 +1,4 @@ -DarkNet Core 2.1.2.2 +DarkNet Core 2.1.2.3 ===================== Intro diff --git a/src/clientversion.h b/src/clientversion.h index be730e49f7cbe..7d0b3a9bf3ad5 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -17,7 +17,7 @@ #define CLIENT_VERSION_MAJOR 2 #define CLIENT_VERSION_MINOR 1 #define CLIENT_VERSION_REVISION 2 -#define CLIENT_VERSION_BUILD 2 +#define CLIENT_VERSION_BUILD 3 //! Set to true for release, false for prerelease or test build #define CLIENT_VERSION_IS_RELEASE true