[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

xan at webkit.org xan at webkit.org
Wed Apr 7 23:18:33 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit df308cb4b8a0d9d3d818ef74bf88efefee430211
Author: xan at webkit.org <xan at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Nov 2 19:10:48 2009 +0000

    2009-11-02  Xan Lopez  <xlopez at igalia.com>
    
            Bump version before release (or post-release, depending on your
            point of view) so that we can make applications depending on
            unreleased APIs in WebKit svn fail at configure time when the
            requirements are not met.
    
            * configure.ac:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50422 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index 0134d19..24b4f03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-11-02  Xan Lopez  <xlopez at igalia.com>
+
+        Bump version before release (or post-release, depending on your
+        point of view) so that we can make applications depending on
+        unreleased APIs in WebKit svn fail at configure time when the
+        requirements are not met.
+
+        * configure.ac:
+
 2009-11-01  Laszlo Gombos  <laszlo.1.gombos at nokia.com>
 
         Reviewed by Eric Seidel.
diff --git a/configure.ac b/configure.ac
index 7fd839c..da2850a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.59)
 
 m4_define([webkit_major_version], [1])
 m4_define([webkit_minor_version], [1])
-m4_define([webkit_micro_version], [16])
+m4_define([webkit_micro_version], [17])
 
 # This is the version we'll be using as part of our User-Agent string
 # e.g., AppleWebKit/$(webkit_user_agent_version) ...

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list