blob: 2c99b06fb1f3c09d2ca4cd1a014918091a2c8db2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#% constants
module SiSUversion
SiSU_version_next_stable = '5.6.6' #% set version stable current
SiSU_version_next_unstable = '6.2.7' #% set version unstable dev
#% qi quick install file
SiSU_version_generic_next_stable = '5.4.x'
SiSU_version_generic_next_unstable = '6.0.x'
SiSU_version_dir_stable = 'v5'
SiSU_version_dir_unstable = 'v6'
end
module Dev
GPGpubKey = '1BB4B289'
end
|