Paul Eggert | 25 Jul 2012 17:13
Favicon

[tz] [PATCH 4/4] Use a single version number for both code and data.

* 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)

Robert Elz | 26 Jul 2012 00:08
Picon

Re: [tz] [PATCH 4/4] Use a single version number for both code and data.

    Date:        Wed, 25 Jul 2012 08:13:22 -0700
    From:        Paul Eggert <eggert <at> cs.ucla.edu>
    Message-ID:  <50100D12.2090706 <at> cs.ucla.edu>

  |  # Version numbers of the code and data distributions.
  | -TZCODE_VERSION = tzcode2012c
  | -TZDATA_VERSION = tzdata2012d
  | +VERSION = 2012d

I think you're going to want that to be 2012e for the next update.

kre

Paul Eggert | 26 Jul 2012 00:11
Favicon

Re: [tz] [PATCH 4/4] Use a single version number for both code and data.

On 07/25/2012 03:08 PM, Robert Elz wrote:
> I think you're going to want that to be 2012e for the next update.

Yes, thanks, I'll bump it before cutting any release tarballs.


Gmane