~ubuntu-branches/ubuntu/trusty/telepathy-butterfly/trusty

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2010-08-19 17:00:56 UTC
  • mfrom: (8.2.9 experimental)
  • Revision ID: james.westby@ubuntu.com-20100819170056-89bv616gp1j4sjhb
Tags: 0.5.13-1
* New upstream release.
* debian/control:
  - Bump Standards-Version to 3.9.1 (no further changes)
  - Bump python-papyon dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
dnl The telepathy-python version number (must actually be numeric at the moment)
7
7
m4_define(telepathy_butterfly_major_version, 0)
8
8
m4_define(telepathy_butterfly_minor_version, 5)
9
 
m4_define(telepathy_butterfly_micro_version, 12)
 
9
m4_define(telepathy_butterfly_micro_version, 13)
10
10
 
11
11
m4_define(telepathy_butterfly_maybe_datestamp,
12
12
          m4_esyscmd([if test x]telepathy_butterfly_released[ != x1; then date +.%Y%m%d | tr -d '\n\r'; fi]))