diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-11-01 14:02:18 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-11-01 14:04:57 -0400 |
commit | 3a6255308e0daa69e32fbc9ac893f55aab610294 (patch) | |
tree | 55a13235eb62cce435df823e835c10ff8481af5b | |
parent | version & changelog, tag for release (diff) |
version & changelog, open commit window
-rw-r--r-- | data/doc/sisu/CHANGELOG_v7 | 3 | ||||
-rw-r--r-- | data/sisu/version.yml | 6 | ||||
-rw-r--r-- | org/config_build.org | 2 | ||||
-rw-r--r-- | setup/sisu_version.rb | 2 |
4 files changed, 8 insertions, 5 deletions
diff --git a/data/doc/sisu/CHANGELOG_v7 b/data/doc/sisu/CHANGELOG_v7 index a1088f7c..102cc426 100644 --- a/data/doc/sisu/CHANGELOG_v7 +++ b/data/doc/sisu/CHANGELOG_v7 @@ -22,6 +22,9 @@ Reverse Chronological: --- HEAD --- +- sisu_7.3.1.orig.tar.xz (Open commit window: 2023-11-01; Pre-Release) + https://git.sisudoc.org/projects/sisu/tag/?h=sisu_7.3.1 + - sisu_7.3.0.orig.tar.xz (Open commit window: 2023-01-30; Pre-Release) https://git.sisudoc.org/projects/sisu/tag/?h=sisu_7.3.0 diff --git a/data/sisu/version.yml b/data/sisu/version.yml index 04ac65a4..acbc59ec 100644 --- a/data/sisu/version.yml +++ b/data/sisu/version.yml @@ -1,5 +1,5 @@ --- :project: SiSU -:version: 7.3.0 -:date_stamp: 2023w44/1 -:date: "2023-10-30" +:version: 7.3.1_pre_rel +:date_stamp: 2023w44/3 +:date: "2023-11-01" diff --git a/org/config_build.org b/org/config_build.org index 6e6e805f..a88f0f3f 100644 --- a/org/config_build.org +++ b/org/config_build.org @@ -59,7 +59,7 @@ git log --pretty=format:"%h %ad - %s%d [%an]" --graph --date=short --no-merges > #+BEGIN_SRC ruby #% constants module SiSUversion - SiSU_version = '7.3.0' + SiSU_version = '7.3.1' end module Dev GPGpubKey = '1BB4B289' diff --git a/setup/sisu_version.rb b/setup/sisu_version.rb index 79a30406..47a72dcc 100644 --- a/setup/sisu_version.rb +++ b/setup/sisu_version.rb @@ -1,6 +1,6 @@ #% constants module SiSUversion - SiSU_version = '7.3.0' + SiSU_version = '7.3.1' end module Dev GPGpubKey = '1BB4B289' |