X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile;h=602b108a838562a402eb7647053a2f31b82b3a23;hb=72eb19d639e3f376577defd07653fa4b5fc406ce;hp=18f8c17a5f5ad32db56b49ba4f813a0e29eaf36b;hpb=1a39937d5e2c04f3fa8166c65289afae165b3ea6;p=chaz%2Fvimcoder 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)