]> granicus.if.org Git - docbook-dsssl/commitdiff
Use "-pre" instead of "+pre" because version number ends up in ID
authorMichael Smith <xmldoc@users.sourceforge.net>
Thu, 9 Aug 2007 10:35:12 +0000 (10:35 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Thu, 9 Aug 2007 10:35:12 +0000 (10:35 +0000)
values and causes errors because it's not an NCName (getting
really tired of that arbitrary and unnecessary restriction...)

xsl/README.RELEASE-BUILD
xsl/VERSION

index e8e1677c7a6f08cb691470a8e947de87b5dc3421..67b085846b721b211b3fac713024c0e321d874f2 100644 (file)
@@ -598,10 +598,10 @@ Post-release wrap-up: The VERSION and RELEASE-NOTES.xml files
    release.
 
 4. Change the content of the fm:Version element to the version
-   number of the next anticipated release, with the string "+pre"
+   number of the next anticipated release, with the string "-pre"
    appended; for example:
 
-     <fm:Version>1.73.1+pre</fm:Version>
+     <fm:Version>1.73.1-pre</fm:Version>
 
 5. Open the RELEASE-NOTES.xml file and:
 
index 6f0830eb384a5b9599319d0c0c4f027421ddb629..a354b7662d01f2997f58ebf1e7b25628cb35a1b6 100644 (file)
@@ -24,7 +24,7 @@
 <fm:project>
   <fm:Project>DocBook</fm:Project>
   <fm:Branch>XSL Stylesheets</fm:Branch>
-  <fm:Version>1.73.1+pre</fm:Version>
+  <fm:Version>1.73.1-pre</fm:Version>
 <!--
   <fm:License>MIT/X Consortium License</fm:License>
 -->