~ken-vandine/ubuntu/precise/folks/precise

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-12-21 17:40:15 UTC
  • mfrom: (1.2.5 upstream) (4.1.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20101221174015-4o0mdnok2a83mcch
Tags: 0.3.3-1ubuntu1
* Merge with Debian experimental, remaining Ubuntu changes:
* debian/control:
  - Build-depend on dh-autoreconf
  - Bump build-depends on valac-0.12, libvala-0.12-dev
  - Add Vcs-Bzr link
* debian/rules:
  - Build with autoreconf

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
m4_define([folks_major_version], [0])
5
5
m4_define([folks_minor_version], [3])
6
 
m4_define([folks_micro_version], [2])
 
6
m4_define([folks_micro_version], [3])
7
7
m4_define([folks_nano_version], [0])
8
8
 
9
9
# If library source has changed since last release, increment revision
11
11
#  increment current and set revision to 0
12
12
# If interfaces have been added since last release, increment age
13
13
# If interfaces have been removed since last release, set age to 0
14
 
m4_define([folks_lt_current], [18])
 
14
m4_define([folks_lt_current], [19])
15
15
m4_define([folks_lt_revision], [0])
16
16
m4_define([folks_lt_age], [0])
17
17