Skip to content

Commit

Permalink
Increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
javaxubuntu committed Sep 10, 2018
1 parent 14ce127 commit 6e0bc2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/release.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=2606
VERSION=2607
VERSION_NAME=2.6.0

release: build/build.xml debug ndk dropboxdep
Expand Down
2 changes: 1 addition & 1 deletion lib/freeciv/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def apply_user_agent_change(ua):

features.set_applier('civsync.ua', apply_user_agent_change)

version = 2606
version = 2607
if osutil.is_desktop:
features.set('civsync.ua', 'CivSyncDesktop/%d' % version)
else:
Expand Down

0 comments on commit 6e0bc2e

Please sign in to comment.