summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Stubenschrott <stubenschrott@gmx.net>2007-05-11 12:42:17 +0000
committerMartin Stubenschrott <stubenschrott@gmx.net>2007-05-11 12:42:17 +0000
commit7ac9a0580345a7a8931e855083fcaccbc1666831 (patch)
tree9f554d81c746449f292b3e87f013091ef666daf4 /Makefile
parent0d7ff394b94e12f0f3483be36cd1a6e025ff8c24 (diff)
downloadpentadactyl-7ac9a0580345a7a8931e855083fcaccbc1666831.tar.gz
First attempt in making vimperator object orietened.
For now only the CommandLine widget was made a real encapsulated object.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cab6cf1f..e4a7a76d 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
TOP = $(shell pwd)
-VERSION = 0.4.1
+VERSION = 0.5
OS = $(shell uname -s)
BUILD_DATE = $(shell date "+%Y/%m/%d %H:%M:%S")