summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2011-01-10 09:02:23 -0800
committerShawn O. Pearce <sop@google.com>2011-01-10 09:02:23 -0800
commit25b51d8cb755e62dfcba94b90c755e5c167ccf7c (patch)
tree2ce2978cda8e269a6e0c661fa9e446ca8f4f957d
parentcef005c3e8d185aa1c6176bd0d38d7867d352fa9 (diff)
parent0fc3a3982922a5c211da7ec85e6ec86b65294566 (diff)
downloadgit-repo-25b51d8cb755e62dfcba94b90c755e5c167ccf7c.tar.gz
Merge branch 'stable'
* stable: Bump repo version to 1,10
-rwxr-xr-xrepo2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo b/repo
index e570a0b4..773ad825 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)