]> Dogcows Code - chaz/vimcoder/commitdiff
change website url and bump version v0.3.4
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Fri, 25 Jan 2013 05:56:01 +0000 (22:56 -0700)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Fri, 25 Jan 2013 05:56:01 +0000 (22:56 -0700)
Makefile
src/com/dogcows/VimCoder.java

index 325ca321b7551fbe0ea92a47db16f9d5afc7dbb3..ec974daf5d3de2e20ca4a1b88d677ed42ec1d14b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 # Supported targets: all clean distclean dist fetch jar
 
 project                = VimCoder
-version                = 0.3.3
+version                = 0.3.4
 
 sources                = $(wildcard src/com/dogcows/*.java)
 library                = lib/ContestApplet.jar
index fbb9d4ec7f3578c558abeac417fdb99858881c63..2f61bcc4586131f3c47697d232eb3dfaefa7cc7f 100644 (file)
@@ -27,12 +27,12 @@ public class VimCoder
        /**
         * The name and version of this plugin.
         */
-       public final static String version = "VimCoder 0.3.3";
+       public final static String version = "VimCoder 0.3.4";
 
        /**
         * The website of the plugin project.
         */
-       public final static String website = "http://www.brokenzipper.com/trac/wiki/VimCoder";
+       public final static String website = "http://github.com/chazmcgarvey/vimcoder";
 
 
        /**
This page took 0.028816 seconds and 4 git commands to generate.