aboutsummaryrefslogtreecommitdiff
path: root/gfsm/configure.in
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2007-01-30 15:47:31 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2007-01-30 15:47:31 +0000
commitc00d50d4ae89219a2198c8a511fe24c440f29b9e (patch)
tree2548204658414a480ece16c8656ed44865822686 /gfsm/configure.in
parent5adb65e0a649725c83998245aeab5112e90267ef (diff)
v0.0402:
+ fixed generation in gfsm_markov.pd + added total_weight and arc_gen methods to gfsm_state svn path=/trunk/externals/moocow/; revision=7396
Diffstat (limited to 'gfsm/configure.in')
-rw-r--r--gfsm/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfsm/configure.in b/gfsm/configure.in
index 422a340..7c3f948 100644
--- a/gfsm/configure.in
+++ b/gfsm/configure.in
@@ -4,7 +4,7 @@ AC_PREREQ(2.5)
dnl Some handy macros
define([THE_PACKAGE_NAME], [pd-gfsm])
-define([THE_PACKAGE_VERSION], [0.0401])
+define([THE_PACKAGE_VERSION], [0.0402])
define([THE_PACKAGE_AUTHOR], [moocow@ling.uni-potsdam.de])
AC_INIT(THE_PACKAGE_NAME, THE_PACKAGE_VERSION, THE_PACKAGE_AUTHOR)