Tagged Versions

From OSUPDOCS
Revision as of 21:37, 24 May 2013 by Nairnj (talk | contribs)
Jump to navigation Jump to search

The project nairn-mpm-fea was first imported to googlecode.com in December 2009. The first imported version was tagged as release 1.0. The following table lists tag, dates, and version numbers of subcomponents for all available tagged versions:

Tag Date NairnMPM Version NairnFEA Version NairnFEAMPMViz Version
release-3.0 25 JAN 2012 8.2.0 2.9.0 3.3.0
release-2.0 25 JUL 2010 7.3.0 2.7.1 3.1.0
release-1.0 30 DEC 2009 7.2.0 2.7.0 3.0.0

You can checkout a tagged version if needed.

Tagging a Version by Committers

When the current main trunk is stable, you can store a tagged version with the command


svn copy https://nairn-mpm-fea.googlecode.com/svn/trunk \
      https://nairn-mpm-fea.googlecode.com/svn/tags/release-2.2 \
      -m "Tagging stable release 2.2"

where you enter any unused release number.