summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-09-30 15:28:48 +0000
committerThierry Vignaud <tv@mandriva.org>2009-09-30 15:28:48 +0000
commit635c5616a6b6e9e39ca54e3b8ffdf1488d0568a3 (patch)
tree81600844bdf09eb945da4243da6ecb244bf8af34
parent1a5c8179c688bf22b517feaed907bd40775b852c (diff)
downloadldetect-635c5616a6b6e9e39ca54e3b8ffdf1488d0568a3.tar
ldetect-635c5616a6b6e9e39ca54e3b8ffdf1488d0568a3.tar.gz
ldetect-635c5616a6b6e9e39ca54e3b8ffdf1488d0568a3.tar.bz2
ldetect-635c5616a6b6e9e39ca54e3b8ffdf1488d0568a3.tar.xz
ldetect-635c5616a6b6e9e39ca54e3b8ffdf1488d0568a3.zip
bump major since ABI changed
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b46d345..c9f2c54 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
NAME = ldetect
-LIB_MAJOR = 0.9
+LIB_MAJOR = 0.10
LIB_MINOR = 1
VERSION=$(LIB_MAJOR).$(LIB_MINOR)