From 1c2447dd7c968324fc748fae84cb1def0899de9c Mon Sep 17 00:00:00 2001 From: mcmartin Date: Tue, 19 Dec 2006 01:27:01 +0000 Subject: [PATCH] Created a new documentation file, "versions", which lists an SVN repository revision number for each major, minor, and micro release. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2628 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/doc/devel/versions | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 sc2/doc/devel/versions diff --git a/sc2/doc/devel/versions b/sc2/doc/devel/versions new file mode 100644 index 000000000..80f23aa9f --- /dev/null +++ b/sc2/doc/devel/versions @@ -0,0 +1,32 @@ +This file lists the Subversion repository numbers that coincide with +each release. You should be able to revert to any individual release +by doing a checkout of that version. It is also possible to check out +a tagged version of each major release, but this is deprecated. + +Major releases for versions 0.6.0 and before are identified by their +tags in the CVS tree and correspond to source-release packages; all +microversions are identified by the point at which uqmversion.h +changed. + +Version 0.1: Revision 240 +Version 0.2: Revision 847 +Version 0.21: Revision 816 +Version 0.22: Revision 913 +Version 0.23: Revision 994 +Version 0.24: Revision 1036 +Version 0.3: Revision 1208 +Version 0.31: Revision 1220 +Version 0.32: Revision 1330 +Version 0.33: Revision 1440 +Version 0.34: Revision 1619 +Version 0.4.0: Revision 1814 +Version 0.4.1: Revision 1931 +Version 0.4.2: Revision 2049 +Version 0.4.3: Revision 2160 +Version 0.4.4: Revision 2196 +Version 0.5.0: Revision 2250 +Version 0.5.1: Revision 2309 +Version 0.5.2: Revision 2392 +Version 0.5.3: Revision 2436 +Version 0.5.4: Revision 2463 +Version 0.6.0: Revision 2627