~ubuntu-branches/ubuntu/wily/totem-pl-parser/wily

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Package Import Robot
  • Author(s): Simon McVittie
  • Date: 2012-10-23 17:38:31 UTC
  • mfrom: (1.4.21) (1.5.16 sid)
  • Revision ID: package-import@ubuntu.com-20121023173831-dbrzsvlg09bj0ewh
Tags: 3.4.3-1
* Team upload
* New upstream bug fix release
  - build-depend on GLib 2.34, for g_clear_pointer()

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_PREREQ(2.62)
2
2
 
3
3
m4_define(totem_version_major, 3)
4
 
m4_define(totem_version_minor, 2)
5
 
m4_define(totem_version_micro, 0)
 
4
m4_define(totem_version_minor, 4)
 
5
m4_define(totem_version_micro, 3)
6
6
 
7
7
AC_INIT([totem-pl-parser],
8
8
        [totem_version_major.totem_version_minor.totem_version_micro],
50
50
# - If binary compatibility has been broken (eg removed or changed interfaces)
51
51
#   change to C+1:0:0
52
52
# - If the interface is the same as the previous version, change to C:R+1:A
53
 
PLPARSER_LT_VERSION=17:1:0
 
53
PLPARSER_LT_VERSION=17:3:0
54
54
AC_SUBST(PLPARSER_LT_VERSION)
55
55
 
56
56
TOTEM_PL_PARSER_VERSION_MAJOR=totem_version_major
204
204
 
205
205
GTK_DOC_CHECK([1.14],[--flavour no-tmpl])
206
206
GOBJECT_INTROSPECTION_CHECK([0.9.5])
 
207
GNOME_CODE_COVERAGE
207
208
 
208
209
AC_CONFIG_FILES([
209
210
Makefile