~ubuntu-branches/ubuntu/lucid/gnome-terminal/lucid-updates

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-11-05 16:06:53 UTC
  • mfrom: (43.1.1 intrepid-proposed)
  • Revision ID: james.westby@ubuntu.com-20081105160653-1m1g0v7oi00fpotw
Tags: 2.24.1.1-0ubuntu2
Upload latest version to jaunty too

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
m4_define([gt_version_major],[2])
2
2
m4_define([gt_version_minor],[24])
3
3
m4_define([gt_version_micro],[1])
4
 
m4_define([gt_version_extra],[])
 
4
m4_define([gt_version_extra],[.1])
5
5
m4_define([gt_version],[gt_version_major().gt_version_minor().gt_version_micro()gt_version_extra])
6
6
 
7
7
# This can be either "trunk" or "branches/gnome-x-y"