~ken-vandine/ubuntu/natty/ido/karl

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Ken VanDine
  • Date: 2010-07-22 16:18:58 UTC
  • mfrom: (17.1.7 upstream)
  • Revision ID: ken.vandine@canonical.com-20100722161858-igcoyw25kn3inwji
Tags: 0.1.10-0ubuntu1
releasing version 0.1.10-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#
4
4
m4_define([ido_major_version], [0])
5
5
m4_define([ido_minor_version], [1])
6
 
m4_define([ido_micro_version], [9])
 
6
m4_define([ido_micro_version], [10])
7
7
 
8
8
m4_define([ido_api_version],
9
9
          [ido_major_version.ido_minor_version])