~jconti/ubuntu/oneiric/webkit/fix_doc_path

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-10-18 20:17:09 UTC
  • mfrom: (1.5.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20101018201709-dkathefl8vvl2uxe
Tags: 1.2.5-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
m4_define([webkit_major_version], [1])
4
4
m4_define([webkit_minor_version], [2])
5
 
m4_define([webkit_micro_version], [4])
 
5
m4_define([webkit_micro_version], [5])
6
6
 
7
7
# This is the version we'll be using as part of our User-Agent string
8
8
# e.g., AppleWebKit/$(webkit_user_agent_version) ...
35
35
 
36
36
dnl # Libtool library version, not to confuse with API version
37
37
dnl # see http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html#Libtool-versioning
38
 
LIBWEBKITGTK_VERSION=19:6:17
 
38
LIBWEBKITGTK_VERSION=19:7:17
39
39
AC_SUBST([LIBWEBKITGTK_VERSION])
40
40
 
41
41
AM_INIT_AUTOMAKE([foreign subdir-objects tar-ustar])