~ubuntu-branches/ubuntu/vivid/gnome-desktop3/vivid-proposed

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-02-03 16:30:39 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110203163039-z3bqr26w4t70v7r1
Tags: 2.91.6.1-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
dnl gnome_sub is an optional sub-version which will not be advertised to the user
5
5
dnl It allows to release a 2.30.1.1 which is just a better 2.30.1
6
6
dnl Leave empty if not needed
7
 
m4_define(gnome_sub, )
 
7
m4_define(gnome_sub, 1)
8
8
 
9
9
m4_define(gnome_version, [gnome_platform.gnome_minor.gnome_micro]m4_ifval(gnome_sub, .gnome_sub)),
10
10
 
30
30
#   change to C+1:0:0
31
31
# - If the interface is the same as the previous version, change to C:R+1:A
32
32
 
33
 
LT_VERSION=0:4:0
 
33
LT_VERSION=0:5:0
34
34
AC_SUBST(LT_VERSION)
35
35
 
36
36
AM_MAINTAINER_MODE