~oif-team/grail/trunk.v1.0.17

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Henrik Rydberg
  • Date: 2010-09-21 11:27:20 UTC
  • Revision ID: rydberg@bitmath.org-20100921112720-0p4p7evgnl2ah5xt
Tags: v1.0.14
grail v1.0.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Initialize Autoconf
2
2
AC_PREREQ([2.60])
3
3
AC_INIT([Gesture Recognition And Instantiation Library],
4
 
        [1.0.13],
 
4
        [1.0.14],
5
5
        [],
6
6
        [utouch-grail])
7
7
AC_CONFIG_SRCDIR([Makefile.am])