diff options
author | Martin Stubenschrott <stubenschrott@gmx.net> | 2007-05-11 12:42:17 +0000 |
---|---|---|
committer | Martin Stubenschrott <stubenschrott@gmx.net> | 2007-05-11 12:42:17 +0000 |
commit | 7ac9a0580345a7a8931e855083fcaccbc1666831 (patch) | |
tree | 9f554d81c746449f292b3e87f013091ef666daf4 /Makefile | |
parent | 0d7ff394b94e12f0f3483be36cd1a6e025ff8c24 (diff) | |
download | pentadactyl-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |