On 21.10.2010 19:12, Mladen Turk wrote:
On 10/21/2010 06:52 PM, rj...@apache.org wrote:
Author: rjung
/* Source Control Revision as a suffix, e.g. "-r12345" */
-#define JK_REVISION ""
+#define JK_REVISION "$Revision$"

/************** END OF AREA TO MODIFY BEFORE RELEASING *************/

@@ -65,7 +65,7 @@
#if (JK_VERRC != 0)
#define JK_EXPOSED_VERSION JK_EXPOSED_VERSION_INT "-rc-" JK_RCSTRING
#elif (JK_VERISRELEASE == 1)
-#define JK_EXPOSED_VERSION JK_EXPOSED_VERSION_INT
+#define JK_EXPOSED_VERSION JK_EXPOSED_VERSION_INT JK_REVISION

It means that we won't have
jk-1.2.31 but jk-1.2.31-rSomething even for a release?

You mean "It means we won't have?" or "It means we will have?" Guess it's a typo.

Please.

It is intended as "1.2.31 (xyz)" where xyz is the numeric revision.

Why not? It doesn't find its way into the tarball names etc.

Regards,

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to