- Fix lokisetup makefile problems

- Bump version number to 1.36
This commit is contained in:
Thilo Schulz 2011-05-15 14:49:38 +00:00
parent 3cdfb7aea8
commit b003422d92
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
VERSION=1.34
VERSION=1.36
RELEASE=svn
all:
@ -10,6 +10,6 @@ sign:
done
clean:
rm -rf *.run image
rm -rf *.run image defines.m4
.PHONY: all sign clean