View Issue Details

IDProjectCategoryView StatusLast Update
0003265Slicer4Core: Building (CMake, Superbuild)public2017-06-07 23:27
Reporterlassoan Assigned Tojcfr  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version 
Target VersionSlicer 4.3.0Fixed in VersionSlicer 4.3.0 
Summary0003265: Consistent Slicer version between trunk and release branch
Description

From Andras:

Hi all,

I often have to tell users to try the latest version of Slicer, but they are quite confused, because the version numbering is inconsistent:
2012-12-08 (latest stable) => 4.2.2-1
2013-07-31 (latest nightly) => 4.2.0-2013-07-25

The latest nightly should be something like 4.2.3-2013-07-25. When the new release and release candidates are created please try to make the versions numbers increasing in time.

thanks

// ---------------
From Jc:

Agreed. Since the the patch and tweak release have been made of dedicated SVN branch with backporting commit from trunk, the increase of tweak/patch number didn't make it back to the trunk.

Discussion: http://slicer-devel.65872.n3.nabble.com/Slicer-version-numbering-td4029549.html

TagsNo tags attached.

Relationships

related to 0002790 closedjcfr nightlies version is displayed 4.2.0 

Activities

jcfr

jcfr

2013-07-31 19:36

administrator   ~0009314

Discussion: http://slicer-devel.65872.n3.nabble.com/Slicer-version-numbering-tt4029549.html

From Dominique:

Hi Jc,

Please use a "tilde" character instead of a "dash" character for the release candidates.
e.g. 4.0.1~rc2 instead of 4.0.1-rc2 .

Otherwise the version of the release candidate would be higher than the stable release.

$ dpkg --compare-versions 4.0.1-rc1 lt 4.0.1 # lt=less-than
$ echo $?
1 # failed

$ dpkg --compare-versions 4.0.1~rc1 lt 4.0.1
$ echo $?
0 # success

$ dpkg --compare-versions 4.0.0 lt 4.0.1
$ echo $?
0 # success

Also, the tweak version should be 4.0.1.1 instad of 4.0.1-1, or even better just 4.0.2 .

jcfr

jcfr

2013-08-19 06:53

administrator   ~0009507

Fixed in r22294
See http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=22294

jcfr

jcfr

2014-03-06 04:56

administrator   ~0010826

Closing resolved issues that have not been updated in more than 3 months

jcfr

jcfr

2017-06-07 23:27

administrator   ~0014618

Fix committed to 2145-support-for-installing-extension-from-file branch.

Related Changesets

Slicer: 2145-support-for-installing-extension-from-file 6413f999

2013-08-19 10:53:22

jcfr

Details Diff
BUG: Sync patch version to match latest stable release

The difference was explained by the fact the patch and tweak release have
been made of dedicated SVN branch with backporting commit from trunk,
the increase of tweak/patch number didn't make it back to the trunk.

This commit will minimize confusion for user by ensuring both the latest
stable release and the current nightly have the same major/minor/patch
version numbers.

Also added an entry to the post-release task list.
See http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Developers/Versioning#post_release

Fixes 0003265

git-svn-id: http://svn.slicer.org/Slicer4/trunk@22294 3bd1e089-480b-0410-8dfb-8563597acbee
mod - CMakeLists.txt Diff File

Issue History

Date Modified Username Field Change
2013-07-31 08:24 jcfr New Issue
2013-07-31 08:24 jcfr Status new => assigned
2013-07-31 08:24 jcfr Assigned To => jcfr
2013-07-31 08:24 jcfr Reporter jcfr => lassoan
2013-07-31 08:24 jcfr Target Version => Slicer 4.3.0
2013-07-31 08:26 jcfr Description Updated
2013-07-31 08:30 jcfr Relationship added related to 0002790
2013-07-31 19:36 jcfr Note Added: 0009314
2013-08-19 06:53 jcfr Note Added: 0009507
2013-08-19 06:53 jcfr Status assigned => resolved
2013-08-19 06:53 jcfr Fixed in Version => Slicer 4.3.0
2013-08-19 06:53 jcfr Resolution open => fixed
2014-03-06 04:56 jcfr Note Added: 0010826
2014-03-06 04:58 jcfr Status resolved => closed
2017-06-07 23:27 jcfr Changeset attached => Slicer 2145-support-for-installing-extension-from-file 6413f999
2017-06-07 23:27 jcfr Note Added: 0014618