~ubuntu-branches/ubuntu/quantal/libbonobo/quantal-201207170711

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2009-09-26 01:14:29 UTC
  • mfrom: (1.1.26 upstream) (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090926011429-11khy727w5dwny5w
Tags: 2.24.2-1
* Build-depend on libglib2.0-doc to ensure proper xrefs.
* New upstream translation release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
m4_define([bonobo_major_version],[2])
4
4
m4_define([bonobo_minor_version],[24])
5
 
m4_define([bonobo_micro_version],[1])
 
5
m4_define([bonobo_micro_version],[2])
6
6
m4_define([bonobo_version],[bonobo_major_version.bonobo_minor_version.bonobo_micro_version])
7
7
 
8
8
AC_INIT([libbonobo],[bonobo_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=bonobo&component=libbonobo])