Changeset 96325 in webkit


Ignore:
Timestamp:
Sep 29, 2011 6:59:23 AM (13 years ago)
Author:
sergio@webkit.org
Message:

[GTK] Bump version to 1.7.0
https://bugs.webkit.org/show_bug.cgi?id=69082

Reviewed by Martin Robinson.

Apart from bumping the library version to 1.7.0 this patch also
sets the libtool version to the same one we have for the stable
branch.

  • configure.ac:
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r96295 r96325  
     12011-09-29  Sergio Villar Senin  <svillar@igalia.com>
     2
     3        [GTK] Bump version to 1.7.0
     4        https://bugs.webkit.org/show_bug.cgi?id=69082
     5
     6        Reviewed by Martin Robinson.
     7
     8        Apart from bumping the library version to 1.7.0 this patch also
     9        sets the libtool version to the same one we have for the stable
     10        branch.
     11
     12        * configure.ac:
     13
    1142011-09-28  Martin Robinson  <mrobinson@igalia.com>
    215
  • trunk/configure.ac

    r96295 r96325  
    22
    33m4_define([webkit_major_version], [1])
    4 m4_define([webkit_minor_version], [5])
    5 m4_define([webkit_micro_version], [90])
     4m4_define([webkit_minor_version], [7])
     5m4_define([webkit_micro_version], [0])
    66
    77# This is the version we'll be using as part of our User-Agent string
     
    3636dnl # Libtool library version, not to confuse with API version
    3737dnl # see http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
    38 LIBWEBKITGTK_VERSION=9:1:9
     38LIBWEBKITGTK_VERSION=11:0:11
    3939AC_SUBST([LIBWEBKITGTK_VERSION])
    4040
Note: See TracChangeset for help on using the changeset viewer.