Skip to content

Commit

Permalink
push v2.1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
PIVX-Project committed Jan 15, 2017
1 parent cd94f41 commit d36d0ec
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DarkNet Repository (Version 2.1.3.3)
DarkNet Repository (Version 2.1.3.4)
More information at darknet-crypto.com
Visit our ANN thread at bitcointalk.org/index.php?topic=1262920

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 2)
define(_CLIENT_VERSION_MINOR, 1)
define(_CLIENT_VERSION_REVISION, 3)
define(_CLIENT_VERSION_BUILD, 3)
define(_CLIENT_VERSION_BUILD, 4)
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])
Expand Down
2 changes: 1 addition & 1 deletion contrib/debian/manpages/darknetd.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH DNETD "1" "January 2016" "darknetd 2.1.3.3"
.TH DNETD "1" "January 2016" "darknetd 2.1.3.4"
.SH NAME
Darknet \- peer-to-peer network based digital currency
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-linux.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "darknet-linux-2.1.3.3"
name: "darknet-linux-2.1.3.4"
enable_cache: true
suites:
- "trusty"
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-osx.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "darknet-osx-2.1.3.3"
name: "darknet-osx-2.1.3.4"
enable_cache: true
suites:
- "trusty"
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-rpi2.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "darknet-rpi2-2.1.3.3"
name: "darknet-rpi2-2.1.3.4"
enable_cache: true
suites:
- "trusty"
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-win.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "darknet-win-2.1.3.3"
name: "darknet-win-2.1.3.4"
enable_cache: true
suites:
- "trusty"
Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.3
PROJECT_NUMBER = 2.1.3.4

# 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 doc/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DarkNet Core 2.1.3.3
DarkNet Core 2.1.3.4
=====================

Setup
Expand Down
2 changes: 1 addition & 1 deletion doc/README_windows.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DarkNet Core 2.1.3.3
DarkNet Core 2.1.3.4
=====================

Intro
Expand Down
6 changes: 3 additions & 3 deletions doc/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ Release Process

###tag version in git

git tag -s v(new version, e.g. 2.1.3.3)
git tag -s v(new version, e.g. 2.1.3.4)

###write release notes. git shortlog helps a lot, for example:

git shortlog --no-merges v(current version, e.g. 2.1.3.0)..v(new version, e.g. 2.1.3.3)
git shortlog --no-merges v(current version, e.g. 2.1.3.0)..v(new version, e.g. 2.1.3.4)

* * *

Expand All @@ -32,7 +32,7 @@ Release Process
From a directory containing the darknet source, gitian-builder and gitian.sigs

export SIGNER=(your gitian key)
export VERSION=(new version, e.g. 2.1.3.3)
export VERSION=(new version, e.g. 2.1.3.4)
pushd ./darknet
git checkout v${VERSION}
popd
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#define CLIENT_VERSION_MAJOR 2
#define CLIENT_VERSION_MINOR 1
#define CLIENT_VERSION_REVISION 3
#define CLIENT_VERSION_BUILD 3
#define CLIENT_VERSION_BUILD 4

//! Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE true
Expand Down

0 comments on commit d36d0ec

Please sign in to comment.