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

Unified Diff: third_party/libxslt/linux/libexslt/exsltconfig.h

Issue 661058: libxslt update (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 10 years, 10 months 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 | « third_party/libxslt/linux/config.h ('k') | third_party/libxslt/linux/libxslt/xsltconfig.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxslt/linux/libexslt/exsltconfig.h
===================================================================
--- third_party/libxslt/linux/libexslt/exsltconfig.h (revision 39981)
+++ third_party/libxslt/linux/libexslt/exsltconfig.h (working copy)
@@ -18,21 +18,21 @@
*
* the version string like "1.2.3"
*/
-#define LIBEXSLT_DOTTED_VERSION "1.1.24"
+#define LIBEXSLT_DOTTED_VERSION "1.1.26"
/**
* LIBEXSLT_VERSION:
*
* the version number: 1.2.3 value is 10203
*/
-#define LIBEXSLT_VERSION 813
+#define LIBEXSLT_VERSION 815
/**
* LIBEXSLT_VERSION_STRING:
*
* the version number string, 1.2.3 value is "10203"
*/
-#define LIBEXSLT_VERSION_STRING "813"
+#define LIBEXSLT_VERSION_STRING "815"
/**
* LIBEXSLT_VERSION_EXTRA:
« no previous file with comments | « third_party/libxslt/linux/config.h ('k') | third_party/libxslt/linux/libxslt/xsltconfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698