Changed expiration to 52 weeks

Reviwers=vsm@google.com,asiva@google.com
BUG=18560
R=asiva@google.com, vsm@google.com

Review URL: https://codereview.chromium.org//973193003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@44218 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
terry@google.com 2015-03-04 02:25:45 +00:00
parent 694bd9741a
commit 6f5a2f5d44

View file

@ -27,7 +27,7 @@ def main():
updateFile(REVISION_FILE, version_string)
expiration_date = datetime.date.today() + datetime.timedelta(weeks=12)
expiration_date = datetime.date.today() + datetime.timedelta(days=365)
updateFile(EXPIRATION_FILE,
"%dLL\n" % time.mktime(expiration_date.timetuple()))