Skip to content

Commit

Permalink
Bump release version to 2.21.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mpatrascoiu committed Jul 18, 2023
1 parent a7eebbe commit 359369e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ set (OUTPUT_NAME_TRANSFER "gfal_transfer")

set (VERSION_MAJOR 2)
set (VERSION_MINOR 21)
set (VERSION_PATCH 4)
set (VERSION_PATCH 5)
set (VERSION_STRING ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})

add_definitions(-DVERSION="${VERSION_STRING}")
Expand Down
10 changes: 5 additions & 5 deletions packaging/rpm/gfal2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
%bcond_with tests

Name: gfal2
Version: 2.21.4
Version: 2.21.5
Release: 1%{?dist}
Summary: Grid file access library 2.0
License: ASL 2.0
URL: https://dmc-docs.web.cern.ch/dmc-docs/gfal2/gfal2.html
# git clone --depth=1 --branch master https://gitlab.cern.ch/dmc/gfal2.git gfal2-2.21.4
# pushd gfal2-2.21.4
# git checkout v2.21.4
# git clone --depth=1 --branch master https://gitlab.cern.ch/dmc/gfal2.git gfal2-2.21.5
# pushd gfal2-2.21.5
# git checkout v2.21.5
# popd
# tar czf gfal2-2.21.4.tar.gz --exclude-vcs gfal2-2.21.4
# tar czf gfal2-2.21.5.tar.gz --exclude-vcs gfal2-2.21.5
Source0: %{name}-%{version}.tar.gz

#main lib dependencies
Expand Down

0 comments on commit 359369e

Please sign in to comment.