diff options
author | Shawn O. Pearce <sop@google.com> | 2011-01-10 09:02:23 -0800 |
---|---|---|
committer | Shawn O. Pearce <sop@google.com> | 2011-01-10 09:02:23 -0800 |
commit | 25b51d8cb755e62dfcba94b90c755e5c167ccf7c (patch) | |
tree | 2ce2978cda8e269a6e0c661fa9e446ca8f4f957d | |
parent | cef005c3e8d185aa1c6176bd0d38d7867d352fa9 (diff) | |
parent | 0fc3a3982922a5c211da7ec85e6ec86b65294566 (diff) | |
download | git-repo-25b51d8cb755e62dfcba94b90c755e5c167ccf7c.tar.gz |
Merge branch 'stable'
* stable:
Bump repo version to 1,10
-rwxr-xr-x | repo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ if __name__ == '__main__': | |||
28 | del magic | 28 | del 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 |
31 | VERSION = (1, 9) | 31 | VERSION = (1, 10) |
32 | 32 | ||
33 | # increment this if the MAINTAINER_KEYS block is modified | 33 | # increment this if the MAINTAINER_KEYS block is modified |
34 | KEYRING_VERSION = (1,0) | 34 | KEYRING_VERSION = (1,0) |