Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(155)

Unified Diff: config.h

Issue 11358153: Update libmtp from pre 1.1.4 git to 1.1.5 release. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/libmtp/
Patch Set: disable mptz Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « aclocal.m4 ('k') | configure » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: config.h
===================================================================
--- config.h (revision 166547)
+++ config.h (working copy)
@@ -154,7 +154,7 @@
#define PACKAGE_NAME "libmtp"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "libmtp 1.1.4"
+#define PACKAGE_STRING "libmtp 1.1.5"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "libmtp"
@@ -163,7 +163,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.1.4"
+#define PACKAGE_VERSION "1.1.5"
/* Define as the return type of signal handlers (`int' or `void'). */
#define RETSIGTYPE void
@@ -175,10 +175,10 @@
#define TIME_WITH_SYS_TIME 1
/* Enable MTPZ functionality */
-#define USE_MTPZ /**/
+/* #undef USE_MTPZ */
Jorge Lucangeli Obes 2012/11/09 19:59:12 It's weird to have #undef and the comment... eithe
Lei Zhang 2012/11/09 20:51:08 It's what configure would have generated. Just mak
/* Version number of package */
-#define VERSION "1.1.4"
+#define VERSION "1.1.5"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
« no previous file with comments | « aclocal.m4 ('k') | configure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698