You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2009/01/03 19:01:43 UTC

svn commit: r731056 - /apr/apr/trunk/include/apr_version.h

Author: wrowe
Date: Sat Jan  3 10:01:43 2009
New Revision: 731056

URL: http://svn.apache.org/viewvc?rev=731056&view=rev
Log:
we are at 2.0.0-dev on trunk

Modified:
    apr/apr/trunk/include/apr_version.h

Modified: apr/apr/trunk/include/apr_version.h
URL: http://svn.apache.org/viewvc/apr/apr/trunk/include/apr_version.h?rev=731056&r1=731055&r2=731056&view=diff
==============================================================================
--- apr/apr/trunk/include/apr_version.h (original)
+++ apr/apr/trunk/include/apr_version.h Sat Jan  3 10:01:43 2009
@@ -47,13 +47,13 @@
  * programs such as structure size changes.  No binary compatibility is
  * possible across a change in the major version.
  */
-#define APR_MAJOR_VERSION       1
+#define APR_MAJOR_VERSION       2
 
 /** minor version
  * Minor API changes that do not cause binary compatibility problems.
  * Reset to 0 when upgrading APR_MAJOR_VERSION
  */
-#define APR_MINOR_VERSION       4
+#define APR_MINOR_VERSION       0
 
 /** patch level 
  * The Patch Level never includes API changes, simply bug fixes.