~ubuntu-branches/ubuntu/trusty/brasero/trusty-proposed

« back to all changes in this revision

Viewing changes to .pc/013_unity_launcher_progress.patch/configure.in

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-04-17 14:41:53 UTC
  • mfrom: (1.1.54)
  • Revision ID: package-import@ubuntu.com-20120417144153-tuyvgt9jp2fr738k
Tags: 3.4.1-0ubuntu1
* New upstream release:
  - Translation 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.4.0])
 
2
AC_INIT([brasero],[3.4.1])
3
3
AC_CONFIG_SRCDIR(src/main.c)
4
4
 
5
5
BRASERO_MAJOR_VERSION=3
6
6
BRASERO_MINOR_VERSION=4
7
 
BRASERO_SUB=0
 
7
BRASERO_SUB=1
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=2
 
24
LT_REVISION=3
25
25
LT_AGE=2
26
26
 
27
27
AC_SUBST(LT_CURRENT)