~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-09-30 23:52:25 UTC
  • mfrom: (1.2.23) (6.3.26 experimental)
  • Revision ID: package-import@ubuntu.com-20120930235225-cfjm36x1xjx6mim5
Tags: 2.6.0-1ubuntu1
* [f84d118] Merge from Debian Experimental, remaining changes:
  - Enable and recommend SoundMenu and Disable NotificationArea by default
  - Disable boo and karma extensions
  - Move desktop file for Meego UI to /usr/share/une/applications
  - Change the url for the Amazon store redirector
  - [9b356d6] Add workaround for set_Height exception.
  - [ccbcbbd] Make Banshee translatable in Launchpad

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], [5])
5
 
m4_define([banshee_version_micro], [1])
 
4
m4_define([banshee_version_minor], [6])
 
5
m4_define([banshee_version_micro], [0])
6
6
 
7
7
dnl this can sometimes differ manually
8
 
m4_define([banshee_display_version], ["2.5.1"])
 
8
m4_define([banshee_display_version], ["2.6"])
9
9
 
10
10
dnl set to 0 when doing an official release
11
11
m4_define([banshee_version_pre_release], [0])