mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-04 20:46:28 +01:00
modify to server the latest beta for non-debug users
This commit is contained in:
parent
9cfc6be82c
commit
407a82322c
1 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ k_SUMS = 'sums'
|
|||
k_COUNT = 'count'
|
||||
|
||||
# Version for those sticking with RELEASES
|
||||
k_REL_REV = 'android_beta_59'
|
||||
k_REL_REV = 'android_beta_60'
|
||||
|
||||
# Version for those getting intermediate builds
|
||||
k_DBG_REV = 'android_beta_58-33-ga18fb62'
|
||||
|
@ -38,8 +38,8 @@ k_filebase = "/var/www/"
|
|||
k_shelfFile = k_filebase + 'xw4/info_shelf_2'
|
||||
k_urlbase = "http://eehouse.org/"
|
||||
k_versions = { 'org.eehouse.android.xw4': {
|
||||
'version' : 50,
|
||||
k_AVERS : 50,
|
||||
'version' : 52,
|
||||
k_AVERS : 52,
|
||||
k_URL : 'xw4/android/XWords4-release_' + k_REL_REV + '.apk',
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue