From 8eaf66c7af0809c3d651047066987a507f87f0f2 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Thu, 20 Mar 2014 00:03:56 +0000 Subject: Documentation: Update the doxygen tagline * Make it the same as the one used on the website and elsewhere --- doc/doxygen.cfg.in | 2 +- libusb/version_nano.h | 2 +- 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 -- cgit v1.2.1