aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2014-11-02 19:34:34 -0500
committerRalph Amissah <ralph@amissah.com>2014-11-02 19:34:34 -0500
commitb6e6eb5c7d9e3e56eb05b50830a15973356c92a6 (patch)
tree5cb853b9b283b033a23dc09a1ae144580e96e282 /setup
parentv5 v6: cgi, sample search form, find & display endnotes from parent text object (diff)
v5 v6: version & changelog (Frozen: bugfix & documentation changes only)
* NOTE: sisu is in development freeze mirroring the Debian release cycle; bugfix & documentation update only, pending the release of Debian Jessie * (as sisu upstream) the cleanest git workflow solution to the Debian freeze appears to be to follow the Debian freeze with respect to upstream alterations of sisu (bugfix & documentation only), incrementing upstream version number as usual, whilst building package as required for Debian freeze version of sisu 5.7.1-*
Diffstat (limited to 'setup')
-rw-r--r--setup/sisu_version.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup/sisu_version.rb b/setup/sisu_version.rb
index bc90bc71..2d777c03 100644
--- a/setup/sisu_version.rb
+++ b/setup/sisu_version.rb
@@ -1,7 +1,7 @@
#% constants
module SiSUversion
- SiSU_version_next_stable = '5.7.1' #% set version stable current
- SiSU_version_next_unstable = '6.3.1' #% set version unstable dev
+ SiSU_version_next_stable = '5.7.2' #% set version stable current
+ SiSU_version_next_unstable = '6.3.2' #% set version unstable dev
#% qi quick install file
SiSU_version_generic_next_stable = '5.4.x'
SiSU_version_generic_next_unstable = '6.0.x'