]> Dogcows Code - chaz/vimcoder/commitdiff
update version for another minor release v0.3.3
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Thu, 23 Aug 2012 15:57:56 +0000 (09:57 -0600)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Thu, 23 Aug 2012 15:57:56 +0000 (09:57 -0600)
Makefile
src/com/dogcows/VimCoder.java

index cb127255a780c50ab06e353eeb2973fdb4541563..2c75ed9b4354f4148a794067cfd3c7493aa9a706 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 # Supported targets: all clean distclean dist fetch jar
 
 project                = VimCoder
-version                = 0.3.2
+version                = 0.3.3
 
 sources                = $(wildcard src/com/dogcows/*.java)
 library                = lib/ContestApplet.jar
index 4ee6627e5c8a0f0fb2071986e3d94cd952e626d2..fbb9d4ec7f3578c558abeac417fdb99858881c63 100644 (file)
@@ -27,7 +27,7 @@ public class VimCoder
        /**
         * The name and version of this plugin.
         */
-       public final static String version = "VimCoder 0.3.2";
+       public final static String version = "VimCoder 0.3.3";
 
        /**
         * The website of the plugin project.
This page took 0.024021 seconds and 4 git commands to generate.