~ubuntu-branches/ubuntu/maverick/telepathy-butterfly/maverick

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Jonny Lamb
  • Date: 2010-04-08 15:03:52 UTC
  • mto: (1.4.5 upstream)
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: james.westby@ubuntu.com-20100408150352-lqgqgsmajhbaqh6h
Tags: upstream-0.5.8
ImportĀ upstreamĀ versionĀ 0.5.8

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, 7)
 
9
m4_define(telepathy_butterfly_micro_version, 8)
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]))