~ubuntu-branches/ubuntu/saucy/orbit2/saucy

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-02-27 07:57:02 UTC
  • mfrom: (1.2.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070227075702-lbnfgws253p6ox5x
Tags: 1:2.14.7-0ubuntu1
* New upstream release:
  - Split up some asserts to ease debugging
  - Dist MAINTAINERS
* debian/control:
  - changed Maintainer field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
m4_define([orbit_major_version],[2])
2
2
m4_define([orbit_minor_version],[14])
3
 
m4_define([orbit_micro_version],[6])
 
3
m4_define([orbit_micro_version],[7])
4
4
m4_define([orbit_version],[orbit_major_version.orbit_minor_version.orbit_micro_version])
5
5
 
6
6
dnl Process this file with autoconf to produce a configure script.