summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2011-01-02 09:21:45 +0100
committerHenrik Rydberg <rydberg@euromail.se>2011-01-02 09:21:45 +0100
commit359a0969e4190a63148c12451ebf39410256763a (patch)
treecbbac3fe5b00427205899ade40e633d7ee979830 /configure.ac
parent41197333c6779832bd718fa55ed1b17d97e02304 (diff)
Release mtview 1.1.0v1.1.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b187080..60d7026 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
1# Initialize Autoconf 1# Initialize Autoconf
2AC_PREREQ([2.60]) 2AC_PREREQ([2.60])
3AC_INIT([Multitouch Viewer], 3AC_INIT([Multitouch Viewer],
4 [1.0.0], 4 [1.1.0],
5 [], 5 [],
6 [mtview]) 6 [mtview])
7AC_CONFIG_SRCDIR([Makefile.am]) 7AC_CONFIG_SRCDIR([Makefile.am])