blob: 768eb7dbe485fd5945024e2ca5fa4dcfb7b1f443 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#% constants
module SiSUversion
SiSU_version_next_stable = '5.6.4' #% set version stable current
SiSU_version_next_unstable = '6.2.5' #% 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
|