Author: mturk
Date: Thu Jul 29 17:59:32 2010
New Revision: 980524
URL: http://svn.apache.org/viewvc?rev=980524&view=rev
Log:
Declare trunk as 1.2 instead 2.0
Modified:
tomcat/native/trunk/native/include/tcn_version.h
Modified: tomcat/native/trunk/native/include/tcn_version.h
URL:
http://svn.apache.org/viewvc/tomcat/native/trunk/native/include/tcn_version.h?rev=980524&r1=980523&r2=980524&view=diff
==============================================================================
--- tomcat/native/trunk/native/include/tcn_version.h (original)
+++ tomcat/native/trunk/native/include/tcn_version.h Thu Jul 29 17:59:32 2010
@@ -60,13 +60,13 @@ extern "C" {
* programs such as structure size changes. No binary compatibility is
* possible across a change in the major version.
*/
-#define TCN_MAJOR_VERSION 2
+#define TCN_MAJOR_VERSION 1
/**
* Minor API changes that do not cause binary compatibility problems.
* Should be reset to 0 when upgrading TCN_MAJOR_VERSION
*/
-#define TCN_MINOR_VERSION 0
+#define TCN_MINOR_VERSION 2
/** patch level */
#define TCN_PATCH_VERSION 0
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]