diff options
author | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2011-05-24 18:18:57 +0100 |
---|---|---|
committer | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2011-05-24 18:18:57 +0100 |
commit | 650b4518b4c419e308c55b75d730c0362509eb78 (patch) | |
tree | 65b9c8e3ae8343f8f6006b7e066e0018d546d7e6 | |
parent | ac14d7b504e0e1d34c794df521c3f0d36d1898a3 (diff) | |
download | termo-650b4518b4c419e308c55b75d730c0362509eb78.tar.gz termo-650b4518b4c419e308c55b75d730c0362509eb78.tar.xz termo-650b4518b4c419e308c55b75d730c0362509eb78.zip |
Bumped VERSION to 0.8
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,10 +5,10 @@ CFLAGS?= CFLAGS_DEBUG= VERSION_MAJOR=0 -VERSION_MINOR=7 +VERSION_MINOR=8 VERSION_CURRENT=3 -VERSION_REVISION=0 +VERSION_REVISION=1 VERSION_AGE=2 PREFIX=/usr/local |