diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-08-10 18:29:38 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-08-10 18:29:38 +0200 |
commit | a1f703934cbe65067a007c9afb7c1b39fbe7818a (patch) | |
tree | 4a9659e4c30cc26ac6882dd5c20f41db4b621c64 | |
parent | 74cb3da59c5fb55b23b3eea6fdc6b10bd588c55e (diff) | |
download | experiment-player-a1f703934cbe65067a007c9afb7c1b39fbe7818a.tar.gz |
set version to v0.9v0.9
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0b0c309..9c117e5 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.65) -AC_INIT([Experiment Player], [dev], +AC_INIT([Experiment Player], [0.9], [robin.haberkorn@st.ovgu.de], [experiment-player], [https://github.com/rhaberkorn/experiment-player]) |