From 26e9a0d18ea033ef63a666f2ba82ea2863fddff1 Mon Sep 17 00:00:00 2001 From: Tim Theisen Date: Thu, 31 Oct 2024 15:11:56 -0500 Subject: [PATCH] Set version to 24.2.0 on main branch --- Makefile | 2 +- rpm/htcondor-ce.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3fefdff0..46181819 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # ------------------------------------------------------------------------------ PACKAGE := htcondor-ce -VERSION := 24.1.0 +VERSION := 24.2.0 # ------------------------------------------------------------------------------ diff --git a/rpm/htcondor-ce.spec b/rpm/htcondor-ce.spec index 7334057a..5c88d5a4 100644 --- a/rpm/htcondor-ce.spec +++ b/rpm/htcondor-ce.spec @@ -2,7 +2,7 @@ #define gitrev osg Name: htcondor-ce -Version: 24.1.0 +Version: 24.2.0 Release: 0.rc1%{?gitrev:.%{gitrev}git}%{?dist} Summary: A framework to run HTCondor as a CE BuildArch: noarch