diff options
author | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2011-09-06 23:02:57 +0100 |
---|---|---|
committer | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2011-09-06 23:02:57 +0100 |
commit | 0a65f60df137cf1a74de18fefe40b5470d842b77 (patch) | |
tree | 16a1c5011ce56c42583aabdb1474396acf5128bb /Makefile | |
parent | 8f32ac525f34aa32cd6dab4d13d0cfe84bf30879 (diff) | |
download | termo-0a65f60df137cf1a74de18fefe40b5470d842b77.tar.gz termo-0a65f60df137cf1a74de18fefe40b5470d842b77.tar.xz termo-0a65f60df137cf1a74de18fefe40b5470d842b77.zip |
Bumped VERSION to 0.10
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,11 +5,11 @@ CFLAGS?= CFLAGS_DEBUG= VERSION_MAJOR=0 -VERSION_MINOR=9 +VERSION_MINOR=10 -VERSION_CURRENT=4 +VERSION_CURRENT=5 VERSION_REVISION=0 -VERSION_AGE=3 +VERSION_AGE=4 PREFIX=/usr/local LIBDIR=$(PREFIX)/lib |