diff options
author | Olivier Blin <oblin@mandriva.com> | 2006-07-12 18:21:26 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2006-07-12 18:21:26 +0000 |
commit | 7d896519a1f4eb60ec179896ad8d0ce9f3ee622c (patch) | |
tree | bc1e843be57f139f57f83477967dc21decdfb2c7 /Makefile | |
parent | 1516c813ffe15c257fe3d013d380c268b458a5ba (diff) | |
download | ldetect-7d896519a1f4eb60ec179896ad8d0ce9f3ee622c.tar ldetect-7d896519a1f4eb60ec179896ad8d0ce9f3ee622c.tar.gz ldetect-7d896519a1f4eb60ec179896ad8d0ce9f3ee622c.tar.bz2 ldetect-7d896519a1f4eb60ec179896ad8d0ce9f3ee622c.tar.xz ldetect-7d896519a1f4eb60ec179896ad8d0ce9f3ee622c.zip |
update minor
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ NAME = ldetect LIB_MAJOR = 0.6 -LIB_MINOR = 0 +LIB_MINOR = 5 VERSION=$(LIB_MAJOR).$(LIB_MINOR) prefix = /usr |