[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r8731 - trunk/subversion/include

From: Branko Čibej <brane_at_xbc.nu>
Date: 2004-02-19 20:29:47 CET

Oh yes, and here's the patch that should be applied to 1.0.x afterwards,
when rolling the beta:

Index: svn_version.h
===================================================================
--- svn_version.h (revision 8731)
+++ svn_version.h (working copy)
@@ -48,14 +48,14 @@
  *
  * Modify when incompatible changes are made to published interfaces.
  */
-#define SVN_VER_MAJOR 0
+#define SVN_VER_MAJOR 1
 
 /** Minor version number.
  *
  * Modify when new functionality is added or new interfaces are
  * defined, but all changes are backward compatible.
  */
-#define SVN_VER_MINOR 38
+#define SVN_VER_MINOR 0
 
 /** Patch number.
  *
@@ -83,7 +83,7 @@
  *
  * Always change this at the same time as SVN_VER_NUMTAG.
  */
-#define SVN_VER_TAG " (dev build)"
+#define SVN_VER_TAG " (beta 1)"
 
 
 /** Number tag: a string describing the version.
@@ -98,7 +98,7 @@
  *
  * Always change this at the same time as SVN_VER_TAG.
  */
-#define SVN_VER_NUMTAG "-dev"
+#define SVN_VER_NUMTAG "-beta1"
 
 
 /** Revision number: The repository revision number of this release.

Compilation finished at Thu Feb 19 20:28:47

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Feb 19 20:29:57 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.