diff options
author | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2008-11-18 16:58:37 +0000 |
---|---|---|
committer | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2008-11-18 16:58:37 +0000 |
commit | 5c428818ddf7c3e753810600a1d05ce332903321 (patch) | |
tree | 580a765fe2885f363b52d964ec4f967826bf21d3 /Makefile | |
parent | 0dc23ed684babbb860f173b382fd72a856d60bd2 (diff) | |
download | termo-5c428818ddf7c3e753810600a1d05ce332903321.tar.gz termo-5c428818ddf7c3e753810600a1d05ce332903321.tar.xz termo-5c428818ddf7c3e753810600a1d05ce332903321.zip |
Bump VERSION_MINOR to 0.1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ CFLAGS?= CFLAGS_DEBUG= VERSION_MAJOR=0 -VERSION_MINOR=0 +VERSION_MINOR=1 SONAME=libtermkey.so.$(VERSION_MAJOR) |