summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2011-01-10 09:01:24 -0800
committerShawn O. Pearce <sop@google.com>2011-01-10 09:01:24 -0800
commit0fc3a3982922a5c211da7ec85e6ec86b65294566 (patch)
tree2dc27c6438093e5f1b25ece7827ee4fa65053c2f
parentc7c57e34dbcc58c38c565dc98cfea4bf7736560a (diff)
downloadgit-repo-0fc3a3982922a5c211da7ec85e6ec86b65294566.tar.gz
Bump repo version to 1,10v1.7.3
Change-Id: Ifdc041e7152af31de413b9269f20000acd945b3b
-rwxr-xr-xrepo2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo b/repo
index 96daa9b7..ad9e005f 100755
--- a/repo
+++ b/repo
@@ -28,7 +28,7 @@ if __name__ == '__main__':
28del magic 28del magic
29 29
30# increment this whenever we make important changes to this script 30# increment this whenever we make important changes to this script
31VERSION = (1, 9) 31VERSION = (1, 10)
32 32
33# increment this if the MAINTAINER_KEYS block is modified 33# increment this if the MAINTAINER_KEYS block is modified
34KEYRING_VERSION = (1,0) 34KEYRING_VERSION = (1,0)