From ec80a8a97a01d9b7e991165f719269669743685b Mon Sep 17 00:00:00 2001 From: Tim Theisen Date: Thu, 31 Oct 2024 15:01:10 -0500 Subject: [PATCH] Make versions all match --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3fefdff0..c386ef07 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # ------------------------------------------------------------------------------ PACKAGE := htcondor-ce -VERSION := 24.1.0 +VERSION := 24.1.2 # ------------------------------------------------------------------------------