Skip to content

Commit

Permalink
Merge pull request #313 from brianhlin/release-v3.4.1
Browse files Browse the repository at this point in the history
Bump version to 3.4.1
  • Loading branch information
brianhlin authored Mar 16, 2020
2 parents 1032f7a + 2a4a576 commit c6b7f6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(condor-ce)

cmake_minimum_required(VERSION 2.6)

set( HTCONDORCE_VERSION "3.4.0" CACHE INTERNAL "Version of the HTCondor-CE" )
set( HTCONDORCE_VERSION "3.4.1" CACHE INTERNAL "Version of the HTCondor-CE" )

set( CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake )

Expand Down
5 changes: 4 additions & 1 deletion rpm/htcondor-ce.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define gitrev osg

Name: htcondor-ce
Version: 3.4.0
Version: 3.4.1
Release: 1%{?gitrev:.%{gitrev}git}%{?dist}
Summary: A framework to run HTCondor as a CE
BuildArch: noarch
Expand Down Expand Up @@ -534,6 +534,9 @@ install -m 0755 -d -p $RPM_BUILD_ROOT/%{_sysconfdir}/condor-ce/bosco_override
%attr(1777,root,root) %dir %{_localstatedir}/lib/gratia/condorce_data

%changelog
* Mon Mar 16 2020 Brian Lin <[email protected]> - 3.4.1-1
- GLUE2 validation improvements for the BDII provider (#308, #309)

* Mon Nov 04 2019 Brian Lin <[email protected]> - 3.4.0-1
- Add non-OSG method for modifying the job environment (SOFTWARE-3871)
- Simplify configuration of APEL scripts
Expand Down

0 comments on commit c6b7f6c

Please sign in to comment.