1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 15:13:27 +02:00

Bump index version to 13: <changelog> added

This commit is contained in:
Daniel Martí 2015-06-09 23:11:42 +02:00
parent d5f705bd9c
commit 6c85f9d2fa

View File

@ -741,7 +741,7 @@ def make_index(apps, sortedids, apks, repodir, archive, categories):
repoel.setAttribute("url", config['repo_url'])
addElement('description', config['repo_description'], doc, repoel)
repoel.setAttribute("version", "12")
repoel.setAttribute("version", "13")
repoel.setAttribute("timestamp", str(int(time.time())))
nosigningkey = False