]> Dogcows Code - chaz/vimcoder/commitdiff
update version number for minor release v0.3.1
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Wed, 15 Dec 2010 17:33:44 +0000 (10:33 -0700)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Wed, 15 Dec 2010 17:33:44 +0000 (10:33 -0700)
Makefile
src/com/dogcows/VimCoder.java

index e9f4f770df86a8e4a7789b1c47c9cf3fadc9a275..8442eec41ece7c136f559532367c28fbbb1bea2a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 
 project                := VimCoder
-version                := 0.3
+version                := 0.3.1
 
 mainclass      = bin/com/dogcows/VimCoder.class
 library                = lib/ContestApplet.jar
index 21374bb0877c8d9e29edb52d5e59e1a6db8c5c7c..650d982801764a0384e445d6bde4002936c94944 100644 (file)
@@ -27,7 +27,7 @@ public class VimCoder
        /**
         * The name and version of this plugin.
         */
-       public final static String      version = "VimCoder 0.3";
+       public final static String      version = "VimCoder 0.3.1";
 
        /**
         * The website of the plugin project.
This page took 0.02373 seconds and 4 git commands to generate.