You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by je...@apache.org on 2012/06/08 13:19:09 UTC

svn commit: r1348026 - /subversion/trunk/get-deps.sh

Author: jerenkrantz
Date: Fri Jun  8 11:19:09 2012
New Revision: 1348026

URL: http://svn.apache.org/viewvc?rev=1348026&view=rev
Log:
* get-deps.sh: Update SQLite version.

Patch by: Vijayaguru G <vijay{_AT_}collab.net>
Reviewed by: Justin Erenkrantz

Modified:
    subversion/trunk/get-deps.sh

Modified: subversion/trunk/get-deps.sh
URL: http://svn.apache.org/viewvc/subversion/trunk/get-deps.sh?rev=1348026&r1=1348025&r2=1348026&view=diff
==============================================================================
--- subversion/trunk/get-deps.sh (original)
+++ subversion/trunk/get-deps.sh Fri Jun  8 11:19:09 2012
@@ -28,7 +28,7 @@ APR_UTIL=apr-util-1.4.1
 NEON=neon-0.29.6
 SERF=serf-1.0.1
 ZLIB=zlib-1.2.6
-SQLITE_VERSION=3.7.10
+SQLITE_VERSION=3.7.12
 SQLITE=sqlite-amalgamation-$(printf %u%02u%02u%02u $(echo $SQLITE_VERSION | sed -e "s/\./ /g"))
 
 HTTPD=httpd-2.2.22