Author: jiwils
Date: 2009-06-17 00:31:29 -0400 (Wed, 17 Jun 2009)
New Revision: 8109
Modified:
core/support-branches/1.4.1.SP11_JBCACHE-1304/src/org/jboss/cache/Version.java
Log:
Changed version print info (not the real version) for JBCACHE-1304's 1.4.1.SP11 patch
branch.
Modified: core/support-branches/1.4.1.SP11_JBCACHE-1304/src/org/jboss/cache/Version.java
===================================================================
---
core/support-branches/1.4.1.SP11_JBCACHE-1304/src/org/jboss/cache/Version.java 2009-06-16
23:19:04 UTC (rev 8108)
+++
core/support-branches/1.4.1.SP11_JBCACHE-1304/src/org/jboss/cache/Version.java 2009-06-17
04:31:29 UTC (rev 8109)
@@ -29,7 +29,7 @@
*/
public static void main(String[] args)
{
- System.out.println("\nVersion: \t" + version);
+ System.out.println("\nVersion: \t" + version +
"_JBCACHE-1304");
System.out.println("Codename: \t" + codename);
//System.out.println("CVS: \t" + cvs);
System.out.println("History: \t(see
http://jira.jboss.com/jira/browse/JBCACHE
for details)\n");