Item13195: trunk.foswiki.org doesn't display correct version

pencil
Priority: Enhancement
Current State: No Action Required
Released In: n/a
Target Release:
Applies To: Engine
Component: SCM
Branches: master
Reported By: GeorgeClark
Waiting For:
Last Change By: GeorgeClark
The VERSION and RELEASE used by Foswiki.pm are incorrect:

  • VERSION for alpha/beta should be based upon the prior release. So 1.1.999_001
  • RELEASE should have a better indication of the alpha/beta, git checkout, branch, etc.

Changing Foswiki.pm to:

    use version 0.77; $VERSION = version->declare("v1.1.999_001");
    $RELEASE = 'Foswiki-1.2.0 GIT';

And tools/develop/foswiki-trunk-update.sh will change it to:

$RELEASE = 'Foswiki-1.2.0 GIT: Branch: master Commit: f1205dc4b9de - 2015-01-09 16:35:01 -0500';

-- GeorgeClark - 10 Jan 2015

 

ItemTemplate edit

Summary trunk.foswiki.org doesn't display correct version
ReportedBy GeorgeClark
Codebase
SVN Range
AppliesTo Engine
Component SCM
Priority Enhancement
CurrentState No Action Required
WaitingFor
Checkins distro:198f7ce495bc
ReleasedIn n/a
CheckinsOnBranches master
trunkCheckins
masterCheckins distro:198f7ce495bc
ItemBranchCheckins
Release01x01Checkins
Topic revision: r2 - 11 Jan 2015, GeorgeClark
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy