X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fvimcoder;a=blobdiff_plain;f=Makefile;fp=Makefile;h=602b108a838562a402eb7647053a2f31b82b3a23;hp=18f8c17a5f5ad32db56b49ba4f813a0e29eaf36b;hb=8be63558ddcd4c6acdff9c3f3f9b48948df81fce;hpb=1a39937d5e2c04f3fa8166c65289afae165b3ea6 diff --git a/Makefile b/Makefile index 18f8c17..602b108 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # Supported targets: all clean distclean dist fetch jar project = VimCoder -version = 0.3.4 +version = 0.3.5 sources = $(wildcard src/com/dogcows/*.java) classes = $(sources:src/%.java=%.class)