mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 14:30:11 +01:00
Bump index version to 11, add index version changelog
This commit is contained in:
parent
bce5f45169
commit
958eae4f86
11
docs/index_versions.md
Normal file
11
docs/index_versions.md
Normal file
@ -0,0 +1,11 @@
|
||||
### 11 (January 2014)
|
||||
|
||||
* Support per-density icon folders (/icons-\*)
|
||||
|
||||
### 10 (January 2014)
|
||||
|
||||
* First version
|
||||
|
||||
### 0 (?)
|
||||
|
||||
* No version yet declared
|
@ -620,7 +620,7 @@ def make_index(apps, apks, repodir, archive, categories):
|
||||
repoel.setAttribute("url", config['repo_url'])
|
||||
addElement('description', config['repo_description'], doc, repoel)
|
||||
|
||||
repoel.setAttribute("version", "10")
|
||||
repoel.setAttribute("version", "11")
|
||||
repoel.setAttribute("timestamp", str(int(time.time())))
|
||||
|
||||
if config['repo_keyalias']:
|
||||
|
Loading…
Reference in New Issue
Block a user