25 Jul 2012 17:13
[tz] [PATCH 4/4] Use a single version number for both code and data.
Paul Eggert <eggert <at> cs.ucla.edu>
2012-07-25 15:13:22 GMT
2012-07-25 15:13:22 GMT
* Makefile (VERSION): New macro, superseding ... (TZCODE_VERSION, TZDATA_VERSION): Remove. All uses changed. (version.h): Call the variable TZVERSION, not TZCODE_VERSION. All uses changed. (tzselect): Interpolate TZVERSION, not TZCODE_VERSION. (public): Adjust to new versioning scheme. * tzselect.ksh (TZVERSION): Rename from TZCODE_VERSION. * zdump.c, zic.c (main): Use TZVERSION, not TZCODE_VERSION. --- Makefile | 11 +++++------ tzselect.ksh | 4 ++-- zdump.c | 2 +- zic.c | 2 +- 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index 270fbaa..510d77f 100644 --- a/Makefile +++ b/Makefile <at> <at> -3,8 +3,7 <at> <at> # 2009-05-17 by Arthur David Olson. # Version numbers of the code and data distributions. -TZCODE_VERSION = tzcode2012c -TZDATA_VERSION = tzdata2012d +VERSION = 2012d # Change the line below for your time zone (after finding the zone you want in # the time zone files, or adding it to a time zone file). <at> <at> -327,7 +326,7 <at> <at> INSTALL: ALL install date.1(Continue reading)
RSS Feed