r26743 - trunk/plugins/KeyExplorer
| Newsgroups | gmane.network.freenet.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: saces Date: 2009-04-11 19:10:03 +0000 (Sat, 11 Apr 2009) New Revision: 26743 Modified: trunk/plugins/KeyExplorer/Version.java Log: increment real version Modified: trunk/plugins/KeyExplorer/Version.java =================================================================== --- trunk/plugins/KeyExplorer/Version.java 2009-04-11 18:51:18 UTC (rev 26742) +++ trunk/plugins/KeyExplorer/Version.java 2009-04-11 19:10:03 UTC (rev 26743) @@ -18,6 +18,6 @@ * * I have set this to 3000 to allow encoding marketing versions into real versions. * Long provides plenty of leeway! Toad. */ - public static long version = 3000; + public static long version = 4000; }