1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-04-05 09:35:54 +01:00

the new fit interface is the milestone for 3.1

This commit is contained in:
Antonin Portelli 2016-03-08 19:46:48 +00:00
parent cafc3047b1
commit 7b5c327bb3

View File

@ -2,7 +2,7 @@
# Initialization
AC_PREREQ([2.63])
AC_INIT([LatAnalyze],[3.0],[antonin.portelli@me.com],[LatAnalyze])
AC_INIT([LatAnalyze],[3.1-unstable],[antonin.portelli@me.com],[LatAnalyze])
AC_CONFIG_AUX_DIR([.buildutils])
AC_CONFIG_SRCDIR([lib/Global.cpp])
AC_CONFIG_SRCDIR([utils/sample_read.cpp])