From 0fdbcdc2528dc22773c260bd3978910845cf9eab Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 27 Feb 2013 09:20:35 -0800 Subject: [PATCH] Release tzcode2013a and tzdata2013a. * Makefile (VERSION): Increase to 2013a. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2b256f5..c1f79ff 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ PACKAGE= tzcode # Version numbers of the code and data distributions. -VERSION= 2012j +VERSION= 2013a # Email address for bug reports. BUGEMAIL= tz@iana.org