diff options
author | Ralph Amissah <ralph@amissah.com> | 2014-11-12 21:30:15 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2014-12-08 00:18:13 -0500 |
commit | fa7629510d472720ade29a02446b7e17d473dac1 (patch) | |
tree | 8bce5c9c8e5d06acf7763cb1d3437a981a4f9d52 /setup/sisu_version.rb | |
parent | v5 v6: ao, composite documents, on --verbose report loading of .sst files, fix (diff) |
v5 v6: version & changelog (upstream "UnFrozen" early)
* "UnFrozen" prior to original time intended (end of Debian Freeze
for Jessie), reason: the upstream bugfix 5.7.2 intended for
Jessie (packaged for Debian as 5.7.1-2) was not accepted; this
means even if another patch does get sent for Jessie, it will
not be from upstream branch)
* post Debian:Jessie development commits
Diffstat (limited to 'setup/sisu_version.rb')
-rw-r--r-- | setup/sisu_version.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setup/sisu_version.rb b/setup/sisu_version.rb index 2d777c03..572a8819 100644 --- a/setup/sisu_version.rb +++ b/setup/sisu_version.rb @@ -1,7 +1,7 @@ #% constants module SiSUversion - SiSU_version_next_stable = '5.7.2' #% set version stable current - SiSU_version_next_unstable = '6.3.2' #% set version unstable dev + SiSU_version_next_stable = '5.8.0' #% set version stable current + SiSU_version_next_unstable = '6.4.0' #% set version unstable dev #% qi quick install file SiSU_version_generic_next_stable = '5.4.x' SiSU_version_generic_next_unstable = '6.0.x' |