~ubuntu-branches/debian/wheezy/brasero/wheezy

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Henriksson
  • Date: 2009-12-14 22:35:03 UTC
  • mfrom: (1.2.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20091214223503-aa2l0jrjl85ar2ue
Tags: 2.28.3-1
New upstream bugfix release.

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, 2.28.2)
 
2
AC_INIT(brasero, 2.28.3)
3
3
AC_CONFIG_SRCDIR(src/main.c)
4
4
 
5
5
BRASERO_MAJOR_VERSION=2
6
6
BRASERO_MINOR_VERSION=28
7
 
BRASERO_SUB=2
 
7
BRASERO_SUB=3
8
8
BRASERO_VERSION=$BRASERO_MAJOR_VERSION.$BRASERO_MINOR_VERSION.$BRASERO_SUB
9
9
 
10
10
AC_SUBST(BRASERO_MAJOR_VERSION)