Skip to content

Commit

Permalink
Bump version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauger committed Jan 9, 2021
1 parent e1e739a commit 031044d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion cmake/BxPackageVersions.db
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 031044d

Please sign in to comment.