summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2014-03-20 00:03:56 +0000
committerPete Batard <pete@akeo.ie>2014-03-20 00:03:56 +0000
commit8eaf66c7af0809c3d651047066987a507f87f0f2 (patch)
tree53502315045f234176dd90e39606fafc7e2ff086
parent8facad00ea66e0609d93ad8aa4e174a6e7be8b3c (diff)
downloadlibusb-8eaf66c7af0809c3d651047066987a507f87f0f2.tar.gz
Documentation: Update the doxygen tagline
* Make it the same as the one used on the website and elsewhere
-rw-r--r--doc/doxygen.cfg.in2
-rw-r--r--libusb/version_nano.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/doxygen.cfg.in b/doc/doxygen.cfg.in
index 4ec681a..bb5e0c0 100644
--- a/doc/doxygen.cfg.in
+++ b/doc/doxygen.cfg.in
@@ -37,7 +37,7 @@ PROJECT_NUMBER =
# for a project that appears at the top of each page and should give viewer a
# quick idea about the purpose of the project. Keep the description short.
-PROJECT_BRIEF = "eXpand your USB potential"
+PROJECT_BRIEF = "A cross-platform user library to access USB devices"
# With the PROJECT_LOGO tag one can specify an logo or icon that is included
# in the documentation. The maximum height of the logo should not exceed 55
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index fb49a5f..4e29faf 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 10870
+#define LIBUSB_NANO 10871