Difference between revisions of "Tagged Versions"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
|} | |} | ||
You can checkout a tagged version if needed. | You can [[Download Source#Checkout Out a Tagged Version|checkout a tagged version]] if needed. | ||
==Tagging a Version by Committers== | ==Tagging a Version by Committers== | ||
When the current main trunk is stable, you can store a tagged version with the command | When the current main trunk is stable, you can store a tagged version with the command | ||
<pre>svn copy https://nairn-mpm-fea.googlecode.com/svn/trunk \ | <pre>svn copy https://nairn-mpm-fea.googlecode.com/svn/trunk \ |
Revision as of 20:39, 24 May 2013
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.