Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pinheadmz committed Jan 4, 2023
1 parent ea2ed8a commit a5c7c28
Show file tree
Hide file tree
Showing 4 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
@@ -1,6 +1,6 @@
# Package version (semver)
define(MAJOR, 2)
define(MINOR, 99)
define(MINOR, 0)
define(PATCH, 0)

# Shared library version
Expand Down
4 changes: 2 additions & 2 deletions integration/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion integration/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hnsd_integration_test",
"meta": "!! version must match hnsd version in configure.ac !!",
"version": "2.99.0",
"version": "2.0.0",
"scripts": {
"test": "bmocha --reporter spec test/*.js",
"test-file": "bmocha --reporter spec"
Expand Down
2 changes: 1 addition & 1 deletion man/hnsd.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.ds q \N'34'
.TH hnsd 1 "2022-12-22" "v2.99.0" "hnsd"
.TH hnsd 1 "2023-1-4" "v2.0.0" "hnsd"

.SH NAME
hnsd \- SPV resolver for the Handshake network
Expand Down

0 comments on commit a5c7c28

Please sign in to comment.