~ubuntu-branches/ubuntu/vivid/brasero/vivid

« back to all changes in this revision

Viewing changes to .pc/010_lpi.patch/configure.in

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-03-27 10:34:57 UTC
  • mfrom: (1.1.53)
  • Revision ID: package-import@ubuntu.com-20120327103457-86qt4pti869xqdzz
Tags: 3.4.0-0ubuntu1
* New upstream release:
  - Translations updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl Process this file with autoconf to produce a configure script.
2
 
AC_INIT([brasero],[3.3.92])
 
2
AC_INIT([brasero],[3.4.0])
3
3
AC_CONFIG_SRCDIR(src/main.c)
4
4
 
5
5
BRASERO_MAJOR_VERSION=3
6
 
BRASERO_MINOR_VERSION=3
7
 
BRASERO_SUB=92
 
6
BRASERO_MINOR_VERSION=4
 
7
BRASERO_SUB=0
8
8
BRASERO_VERSION=$BRASERO_MAJOR_VERSION.$BRASERO_MINOR_VERSION.$BRASERO_SUB
9
9
 
10
10
AC_SUBST(BRASERO_MAJOR_VERSION)
21
21
dnl - If the interface is the same as the previous version, change to C:R+1:A
22
22
 
23
23
LT_CURRENT=3
24
 
LT_REVISION=1
 
24
LT_REVISION=2
25
25
LT_AGE=2
26
26
 
27
27
AC_SUBST(LT_CURRENT)