From efe547d0eac16aefb2c97b7f7fa3cfd8590d0d4a Mon Sep 17 00:00:00 2001 From: "Scott Rasmussen (Zaita)" Date: Wed, 26 Jun 2024 21:08:16 +1200 Subject: [PATCH] CHG: Updating Version prior to tagging --- BuildSystem/Version.iss | 2 +- CASAL2/source/Version.h | 10 +++++----- Documentation/UserManual/Version.tex | 10 +++++----- R-libraries/Version.R | 10 +++++----- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/BuildSystem/Version.iss b/BuildSystem/Version.iss index b7baa3254..a61735bd4 100644 --- a/BuildSystem/Version.iss +++ b/BuildSystem/Version.iss @@ -1,2 +1,2 @@ // WARNING: THIS FILE IS AUTOMATICALLY GENERATED BY doBuild version. DO NOT EDIT THIS FILE -AppVersion='v24.06 (2024-06-12)' +AppVersion='v24.06 (2024-06-26)' diff --git a/CASAL2/source/Version.h b/CASAL2/source/Version.h index 103c540fe..e9e27f8a3 100644 --- a/CASAL2/source/Version.h +++ b/CASAL2/source/Version.h @@ -1,13 +1,13 @@ // WARNING: THIS FILE IS AUTOMATICALLY GENERATED BY doBuild version. DO NOT EDIT THIS FILE #ifndef VERSION_H_ #define VERSION_H_ -#define VERSION "24.06 (2024-06-12)" +#define VERSION "24.06 (2024-06-26)" #define SOURCE_REPOS "git@github.com:casal2/casal2.git:master" #define VERSION_NUMBER "24.06" -#define SOURCE_CONTROL_REVISION c7ebe315770ebddbe021e818ae0888f7b079929e -#define SOURCE_CONTROL_DATE "2024-06-12" +#define SOURCE_CONTROL_REVISION 6f324cf37703532ff0343f2849de92594e390c84 +#define SOURCE_CONTROL_DATE "2024-06-26" #define SOURCE_CONTROL_YEAR "2024" #define SOURCE_CONTROL_MONTH "June" -#define SOURCE_CONTROL_TIME "08:47:41" -#define SOURCE_CONTROL_VERSION "2024-06-12 08:47:41 UTC (rev. c7ebe3157)" +#define SOURCE_CONTROL_TIME "08:02:29" +#define SOURCE_CONTROL_VERSION "2024-06-26 08:02:29 UTC (rev. 6f324cf37)" #endif diff --git a/Documentation/UserManual/Version.tex b/Documentation/UserManual/Version.tex index 192f14d65..8df55a709 100644 --- a/Documentation/UserManual/Version.tex +++ b/Documentation/UserManual/Version.tex @@ -1,10 +1,10 @@ % WARNING: THIS FILE IS AUTOMATICALLY GENERATED BY doBuild version. DO NOT EDIT THIS FILE -\newcommand{\Version}{24.06 (2024-06-12)} +\newcommand{\Version}{24.06 (2024-06-26)} \newcommand{\SourceRepos}{git@github.com:casal2/casal2.git:master} \newcommand{\VersionNumber}{24.06} -\newcommand{\SourceControlRevision}{c7ebe315770ebddbe021e818ae0888f7b079929e} -\newcommand{\SourceControlDateDoc}{2024-06-12} +\newcommand{\SourceControlRevision}{6f324cf37703532ff0343f2849de92594e390c84} +\newcommand{\SourceControlDateDoc}{2024-06-26} \newcommand{\SourceControlYearDoc}{2024} \newcommand{\SourceControlMonthDoc}{June} -\newcommand{\SourceControlTimeDoc}{08:47:41} -\newcommand{\SourceControlVersion}{2024-06-12 08:47:41 UTC (rev. c7ebe3157)} +\newcommand{\SourceControlTimeDoc}{08:02:29} +\newcommand{\SourceControlVersion}{2024-06-26 08:02:29 UTC (rev. 6f324cf37)} diff --git a/R-libraries/Version.R b/R-libraries/Version.R index bbe938f9e..4e150c57e 100644 --- a/R-libraries/Version.R +++ b/R-libraries/Version.R @@ -1,10 +1,10 @@ # WARNING: THIS FILE IS AUTOMATICALLY GENERATED BY doBuild version. DO NOT EDIT THIS FILE -Version<-"24.06 (2024-06-12)" +Version<-"24.06 (2024-06-26)" SourceRepos<-"git@github.com:casal2/casal2.git:master" VersionNumber<-"24.06" -SourceControlRevision<-"c7ebe315770ebddbe021e818ae0888f7b079929e" -SourceControlDateDoc<-"2024-06-12" +SourceControlRevision<-"6f324cf37703532ff0343f2849de92594e390c84" +SourceControlDateDoc<-"2024-06-26" SourceControlYearDoc<-"2024" SourceControlMonthDoc<-"June" -SourceControlTimeDoc<-"08:47:41" -SourceControlVersion<-"2024-06-12 08:47:41 UTC (rev. c7ebe3157)" +SourceControlTimeDoc<-"08:02:29" +SourceControlVersion<-"2024-06-26 08:02:29 UTC (rev. 6f324cf37)"