~ubuntu-branches/debian/stretch/colord/stretch

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Christopher James Halse Rogers
  • Date: 2014-01-16 17:55:36 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20140116175536-flaudopszcz4qbqt
Tags: 1.0.6-1
* New upstream stable release 1.0.6
* Bump Standards-Version (no changes required)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
m4_define([cd_major_version], [1])
5
5
m4_define([cd_minor_version], [0])
6
 
m4_define([cd_micro_version], [5])
 
6
m4_define([cd_micro_version], [6])
7
7
m4_define([cd_version],
8
8
          [cd_major_version.cd_minor_version.cd_micro_version])
9
9
 
38
38
# REVISION      If the API and ABI remains the same, but bugs are fixed.
39
39
# AGE           Don't use.
40
40
LT_CURRENT=1
41
 
LT_REVISION=22
 
41
LT_REVISION=23
42
42
LT_AGE=0
43
43
AC_SUBST(LT_CURRENT)
44
44
AC_SUBST(LT_REVISION)