From cd1c1ae0bfceee606404437803cd2391c694ac3f Mon Sep 17 00:00:00 2001 From: Tim Theisen Date: Thu, 9 May 2024 10:27:39 -0500 Subject: [PATCH] Release candidate with old syntax turned off --- Makefile | 2 +- rpm/htcondor-ce.spec | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index dea536a3..c455f0a2 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # ------------------------------------------------------------------------------ PACKAGE := htcondor-ce -VERSION := 23.7.0 +VERSION := 23.7.1 # ------------------------------------------------------------------------------ diff --git a/rpm/htcondor-ce.spec b/rpm/htcondor-ce.spec index 78f7de34..ca31a726 100644 --- a/rpm/htcondor-ce.spec +++ b/rpm/htcondor-ce.spec @@ -2,8 +2,8 @@ #define gitrev osg Name: htcondor-ce -Version: 23.7.0 -Release: 1%{?gitrev:.%{gitrev}git}%{?dist} +Version: 23.7.1 +Release: 0.rc2%{?gitrev:.%{gitrev}git}%{?dist} Summary: A framework to run HTCondor as a CE BuildArch: noarch @@ -556,7 +556,7 @@ fi %{_localstatedir}/www/wsgi-scripts/htcondor-ce/htcondor-ce-registry.wsgi %changelog -* Wed May 08 2024 Tim Theisen - 23.7.0-0.rc1 +* Thu May 09 2024 Tim Theisen - 23.7.1-0.rc2 - Use new Job Router syntax by default * Thu Apr 11 2024 Tim Theisen - 23.0.8-1