summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2011-01-18 16:27:45 +0000
committerPete Batard <pbatard@gmail.com>2011-01-18 16:27:45 +0000
commit4f7cc4982a43a4529d4aaafb71d5d6570b51f4a8 (patch)
tree5b769bb9174598a6b3bc3c4f06edf66fcb48c087
parent8494522bfe171ac22f6bc8078d689d9b22a28d96 (diff)
downloadlibusb-4f7cc4982a43a4529d4aaafb71d5d6570b51f4a8.tar.gz
[INTERNAL - TESTING] removed test file for line ending conversionpbr326
-rw-r--r--_testing.test5
-rw-r--r--configure.ac2
-rw-r--r--libusb/libusb_version.h2
3 files changed, 2 insertions, 7 deletions
diff --git a/_testing.test b/_testing.test
deleted file mode 100644
index 7d3b103..0000000
--- a/_testing.test
+++ /dev/null
@@ -1,5 +0,0 @@
-[INTERNAL - TESTING]
-
-This is a CRLF file
-to test line ending
-conversion in git.
diff --git a/configure.ac b/configure.ac
index 2a332e7..26f2389 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
m4_define(LIBUSB_MAJOR, [1])
m4_define(LIBUSB_MINOR, [0])
m4_define(LIBUSB_MICRO, [8])
-m4_define(LIBUSB_NANO, [10325])
+m4_define(LIBUSB_NANO, [10326])
AC_INIT([libusb], LIBUSB_MAJOR.LIBUSB_MINOR.LIBUSB_MICRO, [libusb-devel@lists.sourceforge.net], [libusb], [http://www.libusb.org/])
diff --git a/libusb/libusb_version.h b/libusb/libusb_version.h
index c1d870f..4c047bd 100644
--- a/libusb/libusb_version.h
+++ b/libusb/libusb_version.h
@@ -24,6 +24,6 @@
#define LIBUSB_VERSION_MAJOR 1
#define LIBUSB_VERSION_MINOR 0
#define LIBUSB_VERSION_MICRO 8
-#define LIBUSB_VERSION_NANO 10325
+#define LIBUSB_VERSION_NANO 10326
#endif