diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-09-14 15:01:01 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-09-14 15:01:01 +0000 |
commit | 4d2acf72f3bb7a2db24a1dccfdf6a4d8c555174b (patch) | |
tree | 628873c2195e8d8aa9f9b136cd747b7568104608 /Makefile | |
parent | f8229bd77f038346e9ef18d84d44c49b16916abb (diff) | |
download | ldetect-4d2acf72f3bb7a2db24a1dccfdf6a4d8c555174b.tar ldetect-4d2acf72f3bb7a2db24a1dccfdf6a4d8c555174b.tar.gz ldetect-4d2acf72f3bb7a2db24a1dccfdf6a4d8c555174b.tar.bz2 ldetect-4d2acf72f3bb7a2db24a1dccfdf6a4d8c555174b.tar.xz ldetect-4d2acf72f3bb7a2db24a1dccfdf6a4d8c555174b.zip |
0.8.5
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.8 -LIB_MINOR = 4 +LIB_MINOR = 5 VERSION=$(LIB_MAJOR).$(LIB_MINOR) prefix = /usr |