Skip to content

Commit

Permalink
bump release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-manzi committed Oct 13, 2018
1 parent dbd21b9 commit 0cdaacb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ endif (NOT SKIP_DOC)

set(VERSION_MAJOR 1)
set(VERSION_MINOR 9)
set(VERSION_PATCH 4)
set(VERSION_PATCH 5)
set(VERSION_STRING ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
add_definitions(-DGFAL2_PYTHON_VERSION="${VERSION_STRING}")

Expand Down
6 changes: 6 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
gfal2-python (1.9.5-1) unstable; urgency=low

* New release

-- DMC Devel <dmc-devel@cern.ch> Fri, 12 Oct 2018 13:21:00 +0100

gfal2-python (1.9.4-1) unstable; urgency=low

* New release
Expand Down
2 changes: 1 addition & 1 deletion packaging/rpm/gfal2-python.spec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
%endif

Name: gfal2-python
Version: 1.9.4
Version: 1.9.5
Release: 1%{?dist}
Summary: Python bindings for gfal 2
Group: Applications/Internet
Expand Down

0 comments on commit 0cdaacb

Please sign in to comment.