diff options
author | Pete Batard <pbatard@gmail.com> | 2010-03-05 02:26:44 +0000 |
---|---|---|
committer | Pete Batard <pbatard@gmail.com> | 2010-03-05 02:26:44 +0000 |
commit | 0da28601fa468b52a5a98df634bddb57eb18d2fa (patch) | |
tree | fcbb73ad15f38b375b5347afe161df42c19fa2e1 | |
parent | 14fb6e26224657a4c90f7f7b5ccc076d02446a50 (diff) | |
download | libusb-0da28601fa468b52a5a98df634bddb57eb18d2fa.tar.gz |
revert debug changes from previous commitr196
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index c56396c..f58ef81 100644 --- a/configure.ac +++ b/configure.ac @@ -65,9 +65,9 @@ AM_CONDITIONAL([OS_WINDOWS], [test "x$backend" == "xwindows"]) AM_CONDITIONAL([POSIX_THREADS], [test "x$threads" == "xposix"]) # Library versioning -lt_major="1" -lt_revision="2" -lt_age="3" +lt_major="0" +lt_revision="0" +lt_age="0" AC_SUBST(lt_major) AC_SUBST(lt_revision) AC_SUBST(lt_age) |