From a5c7c287e848f46d3e97f16b698e2027c8dc96c3 Mon Sep 17 00:00:00 2001 From: Matthew Zipkin Date: Wed, 4 Jan 2023 11:14:16 -0500 Subject: [PATCH] v2.0.0 --- configure.ac | 2 +- integration/package-lock.json | 4 ++-- integration/package.json | 2 +- man/hnsd.1 | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index ba784b91..f3b032cf 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Package version (semver) define(MAJOR, 2) -define(MINOR, 99) +define(MINOR, 0) define(PATCH, 0) # Shared library version diff --git a/integration/package-lock.json b/integration/package-lock.json index 01e21e9f..e584462a 100644 --- a/integration/package-lock.json +++ b/integration/package-lock.json @@ -1,12 +1,12 @@ { "name": "hnsd_integration_test", - "version": "2.99.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hnsd_integration_test", - "version": "2.99.0", + "version": "2.0.0", "dependencies": { "bmocha": "^2.1.5", "bsert": "0.0.10", diff --git a/integration/package.json b/integration/package.json index 3cfe77b7..ca2f9f23 100644 --- a/integration/package.json +++ b/integration/package.json @@ -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" diff --git a/man/hnsd.1 b/man/hnsd.1 index a7edce8e..d70d5ba9 100644 --- a/man/hnsd.1 +++ b/man/hnsd.1 @@ -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