[PATCH] update version
"Vincent Massol" <[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.devel |
|---|---|
| Message-ID | <00e601c3e345$868ef430$2502a8c0@vma> |
Hi, I believe 0.9.RC1 version has already been released. However, the current scripts still use the 0.9.RC1 version name. Here's a patch to update them to 0.9.RC2.dev (dev is for signifying that the 0.9.RC2 version is being developed and not released yet). Of course, feel free to adapt the version to whatever you feel is best. It may also be "1.0.dev" if you don't know whether you'll be delivering an RC2 or not. Thanks -Vincent Wanna see JUnit in Action? (http://manning.com/massol)
version.patch
(application/octet-stream, 1.5 KB)
Index: project.xml
===================================================================
RCS file: /cvsroot/aspectwerkz/aspectwerkz/project.xml,v
retrieving revision 1.34
diff -u -r1.34 project.xml
--- project.xml 16 Dec 2003 09:37:55 -0000 1.34
+++ project.xml 25 Jan 2004 13:37:00 -0000
@@ -6,7 +6,7 @@
<name>AspectWerkz</name>
<id>aspectwerkz</id>
- <currentVersion>0.9.RC1</currentVersion>
+ <currentVersion>0.9.RC2.dev</currentVersion>
<organization>
<name>Jonas Bonér, Alexandre Vasseur</name>
@@ -42,6 +42,11 @@
<id>0.9.RC1</id>
<name>0.9.RC1</name>
<tag>rel_0_9_RC1</tag>
+ </version>
+ <version>
+ <id>0.9.RC2</id>
+ <name>0.9.RC2</name>
+ <tag>HEAD</tag>
</version>
</versions>
Index: build.xml
===================================================================
RCS file: /cvsroot/aspectwerkz/aspectwerkz/build.xml,v
retrieving revision 1.43
diff -u -r1.43 build.xml
--- build.xml 12 Dec 2003 14:19:03 -0000 1.43
+++ build.xml 25 Jan 2004 13:37:03 -0000
@@ -27,7 +27,7 @@
<!-- =================================================== -->
<target name="aspectwerkz:init">
<property name="name" value="aspectwerkz"/>
- <property name="version" value="0.9.RC1"/>
+ <property name="version" value="0.9.RC2.dev"/>
<property name="basedir" value="."/>
<property name="src.dir" value="${basedir}/src"/>
<property name="test.src.dir" value="${basedir}/src/test"/>