From 0fc3a3982922a5c211da7ec85e6ec86b65294566 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Mon, 10 Jan 2011 09:01:24 -0800 Subject: [PATCH] Bump repo version to 1,10 Change-Id: Ifdc041e7152af31de413b9269f20000acd945b3b --- repo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo b/repo index 96daa9b7..ad9e005f 100755 --- a/repo +++ b/repo @@ -28,7 +28,7 @@ if __name__ == '__main__': del magic # increment this whenever we make important changes to this script -VERSION = (1, 9) +VERSION = (1, 10) # increment this if the MAINTAINER_KEYS block is modified KEYRING_VERSION = (1,0)