Skip to content

Commit

Permalink
Release-time changes for R
Browse files Browse the repository at this point in the history
  • Loading branch information
dgenr8 committed Feb 28, 2024
1 parent f68fec1 commit 802fa4d
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, Q)
define(_CLIENT_VERSION_XT_SUBVER, R)

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.11Q/chain2-0.11.0-Q-linux64.tar.gz
wget https://github.com/chain2/chain2/releases/download/v0.11R/chain2-0.11.0-R-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.11Q.deb
sudo gdebi chain2-0.11R.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-Q
realver=0.11Q
ver=0.11.0-R
realver=0.11R

set +e

Expand Down

0 comments on commit 802fa4d

Please sign in to comment.