Bug 1016 - [Chameleon-Core]Version of Chameleon in Makefile should be updated
: [Chameleon-Core]Version of Chameleon in Makefile should be updated
Status: RESOLVED FIXED
: Chameleon
Core
: 2.0
: PC Linux
: P2 normal
: ---
Assigned To:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2005-05-03 10:34 by
Modified: 2005-05-09 10:40 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2005-05-03 10:34:40
Background info:

I checked out Chameleon branch "chameleon20".  I did a "cvs status Makefile" and
I got the following information:

===================================================================
File: Makefile          Status: Up-to-date
 
   Working revision:    1.21
   Repository revision: 1.21    /cvs/maptools/cvsroot/chameleon/Makefile,v
   Sticky Tag:          chameleon20 (branch: 1.21.2)
   Sticky Date:         (none)
   Sticky Options:      (none)
 
Problem:

The version of Chameleon written in the Makefile is 1.99 instead of 2.0 (see below).
  ...
BUILD    = $(shell date +%Y%m%d)
VERSION  = 1.99beta-$(BUILD)
CHAMELEON   = chameleon-$(VERSION)
  ...
------- Comment #1 From 2005-05-04 08:23:59 -------
please fix and commit.

BUILD    = $(shell date +%Y%m%d)
VERSION  = 2.0
CHAMELEON   = chameleon-$(VERSION)
------- Comment #2 From 2005-05-04 17:11:09 -------
The bug was in Chameleon20 branch only.  I modified the lines specified in
comment #1.
------- Comment #3 From 2005-05-09 10:40:05 -------
Removed an extra space between "VERSION" and the equal sign.