~ubuntu-branches/ubuntu/raring/banshee/raring

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2012-08-24 02:25:28 UTC
  • mfrom: (1.15.10) (6.4.26 sid)
  • mto: This revision was merged to the branch mainline in revision 143.
  • Revision ID: package-import@ubuntu.com-20120824022528-17uu5u9yfheko50h
Tags: 2.5.0-1
* [2fb3583] Imported Upstream version 2.5.0
* [40793f9] Refresh patches and drop upstreamed Fix-FTBFS….patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl Granularly define the version components
2
2
dnl Remember to also update the Display Version
3
3
m4_define([banshee_version_major], [2])
4
 
m4_define([banshee_version_minor], [3])
5
 
m4_define([banshee_version_micro], [6])
 
4
m4_define([banshee_version_minor], [5])
 
5
m4_define([banshee_version_micro], [0])
6
6
 
7
7
dnl this can sometimes differ manually
8
 
m4_define([banshee_display_version], ["2.3.6"])
 
8
m4_define([banshee_display_version], ["2.5.0"])
9
9
 
10
10
dnl set to 0 when doing an official release
11
11
m4_define([banshee_version_pre_release], [0])
27
27
AC_PREREQ(2.52)
28
28
AC_INIT([banshee], banshee_version, [http://bugzilla.gnome.org/enter_bug.cgi?product=banshee])
29
29
 
30
 
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 tar-ustar foreign])
 
30
AM_INIT_AUTOMAKE([1.10 no-dist-gzip dist-bzip2 tar-ustar foreign])
31
31
AM_MAINTAINER_MODE([enable])
32
32
AM_CONFIG_HEADER([config.h])
33
33
AC_CONFIG_MACRO_DIR([build/m4])