From 031044d2f5fe16e3ba4dc6203d8f3446e402d745 Mon Sep 17 00:00:00 2001 From: Francois Mauger Date: Sat, 9 Jan 2021 01:27:59 +0100 Subject: [PATCH] Bump version 1.0.0 --- CMakeLists.txt | 2 +- README.md | 4 ++++ cmake/BxPackageVersions.db | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a9717a4..c9ba3bf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ include(BxVersionManager) # - Versioning only giving major and minor. Patch number is # automatically deduced from an external file. -bx_version_set(BxJsontools 0 4) +bx_version_set(BxJsontools 1 0) #----------------------------------------------------------------------- # - Standard UNIX Tool install paths, including relative paths for use diff --git a/README.md b/README.md index 1fabb1b..bd2bfa1 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ https://github.com/BxCppDev/Vire C++ libraries. bxjsontools has been initiated in the framework of the SuperNEMO physics experiment software. +## History + +* Version 1.0.0: first production release + ## Dependencies and inspiration diff --git a/cmake/BxPackageVersions.db b/cmake/BxPackageVersions.db index b050bc6..b3b6e31 100644 --- a/cmake/BxPackageVersions.db +++ b/cmake/BxPackageVersions.db @@ -3,7 +3,7 @@ 0.2.1 0.3.0 0.4.0 -#1.0.0 +1.0.0 #1.1.0 #1.2.0 # end \ No newline at end of file