From 075f4308141c65283a3813d772e9f3fd034c0539 Mon Sep 17 00:00:00 2001 From: Matyas Selmeci Date: Fri, 6 Apr 2018 14:06:45 -0500 Subject: [PATCH] Bump version to 2.2.4 (SOFTWARE-3111) --- scripts/osg-configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/osg-configure b/scripts/osg-configure index f6d79619..e42dde08 100755 --- a/scripts/osg-configure +++ b/scripts/osg-configure @@ -15,7 +15,7 @@ from osg_configure.modules import validation ############################# Constant Definitions ############################ -VERSION = '2.2.3' +VERSION = '2.2.4' CONFIGURE = 1 VERIFY = 2 LIST = 4