diff options
author | Daniel Bainton <dpb@driftaway.org> | 2009-02-09 17:10:41 +0200 |
---|---|---|
committer | Daniel Bainton <dpb@driftaway.org> | 2009-02-09 17:10:41 +0200 |
commit | c5c5e90f0e31bc222adec24a1eb85c18fdf8c89d (patch) | |
tree | cbac45846450bb853eb5cab70ba3f7253ddd6265 | |
parent | 06634d6223d38c0e550e5837fee4177508f7277f (diff) | |
download | pentadactyl-c5c5e90f0e31bc222adec24a1eb85c18fdf8c89d.tar.gz |
Use VERSION properly in git
2.0pre for everything between 1.2, alphas, betas and the final 2.0 is a bit silly
-rw-r--r-- | vimperator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vimperator/Makefile b/vimperator/Makefile index 2c93a6d7..b292b37f 100644 --- a/vimperator/Makefile +++ b/vimperator/Makefile @@ -1,6 +1,6 @@ #### configuration -VERSION = 2.0b1 +VERSION = 2.0b2pre NAME = vimperator include ../common/Makefile.common |