mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
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:
parent
694bd9741a
commit
6f5a2f5d44
1 changed files with 1 additions and 1 deletions
|
@ -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()))
|
||||
|
||||
|
|
Loading…
Reference in a new issue