From f197df5ca39309dfe97c5e1a17f6b57a3ff5eb6c Mon Sep 17 00:00:00 2001 From: Joachim Gabler Date: Fri, 18 Oct 2024 21:31:55 +0200 Subject: [PATCH] new version 9.0.1 --- source/dist/inst_sge | 2 +- source/libs/gdi/version.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/dist/inst_sge b/source/dist/inst_sge index 60290ca6b..be8b72f6a 100755 --- a/source/dist/inst_sge +++ b/source/dist/inst_sge @@ -40,7 +40,7 @@ # set -x SCRIPT_VERSION="9" -SGE_VERSION="9.0.1beta" +SGE_VERSION="9.0.1" #Reset PATH to a safe value # diff --git a/source/libs/gdi/version.cc b/source/libs/gdi/version.cc index a17f50fe4..b213713dd 100644 --- a/source/libs/gdi/version.cc +++ b/source/libs/gdi/version.cc @@ -36,7 +36,7 @@ #include "gdi/version.h" -const char GDI_VERSION[] = "9.0.1beta"; +const char GDI_VERSION[] = "9.0.1"; // TODO: Add also an entry to the table further down below when you change this // And change SGE_VERSION in dist/inst_sge