Skip to content

Commit

Permalink
[cmake, spec] version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrewe committed Apr 20, 2021
1 parent 2225504 commit 6db3b36
Show file tree
Hide file tree
Showing 2 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 @@ -12,7 +12,7 @@ project (nix C CXX)

set(VERSION_MAJOR 1)
set(VERSION_MINOR 4)
set(VERSION_PATCH 4)
set(VERSION_PATCH 5)

set(VERSION_ABI 1)

Expand Down
6 changes: 5 additions & 1 deletion nixio.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: nixio
Version: 1.4.4
Version: 1.4.5
Release: 1%{?dist}
Summary: IO-libray for nix data files

Expand Down Expand Up @@ -56,6 +56,10 @@ cd build


%changelog
* Tue Apr 20 2021 Jan Grewe <[email protected]> - 1.4.5-1
- version bump to 1.4.5
- fix File.open call to work with more recent boost versions

* Tue Nov 26 2019 Jan Grewe <[email protected]> - 1.4.0-1
- version bump to 1.4.4

Expand Down

0 comments on commit 6db3b36

Please sign in to comment.