Skip to content

Commit

Permalink
Release-time changes for P
Browse files Browse the repository at this point in the history
  • Loading branch information
dgenr8 committed Jul 28, 2023
1 parent d2ab409 commit 62a44f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ define(_CLIENT_VERSION_MINOR, 11)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_CLIENT_VERSION_XT_SUBVER, O)
define(_CLIENT_VERSION_XT_SUBVER, P)

define(_COPYRIGHT_YEAR, 2020)
AC_INIT([chain2],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION-_CLIENT_VERSION_XT_SUBVER],[https://discord.gg/pydVnNh])
Expand Down
4 changes: 2 additions & 2 deletions contrib/gitian-debian/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

```
cd chain2/contrib/gitian-debian
wget https://github.com/chain2/chain2/releases/download/v0.11O/chain2-0.11.0-O-linux64.tar.gz
wget https://github.com/chain2/chain2/releases/download/v0.11P/chain2-0.11.0-P-linux64.tar.gz
```

2. Execute debian installer build script:
Expand All @@ -17,7 +17,7 @@
1. Install newly created debian package on test debian system:

```
sudo gdebi chain2-0.11O.deb
sudo gdebi chain2-0.11P.deb
```

2. Verify chain2 daemon installed and started:
Expand Down
4 changes: 2 additions & 2 deletions contrib/gitian-debian/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# - Wrap in a script that sends crash reports/core dumps to some issue tracker.
# - etc ...

ver=0.11.0-O
realver=0.11O
ver=0.11.0-P
realver=0.11P

set +e

Expand Down

0 comments on commit 62a44f5

Please sign in to comment.