mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-04-11 03:20:46 +01:00
version number bump
This commit is contained in:
parent
0160c88c29
commit
cfb2c0c5e8
@ -71,6 +71,9 @@ make install
|
|||||||
where `<prefix>` should be replaced by the desired prefix for LatAnalyze installation, and `<n>` is the number of parallel build processes (typically twice your number of cores).
|
where `<prefix>` should be replaced by the desired prefix for LatAnalyze installation, and `<n>` is the number of parallel build processes (typically twice your number of cores).
|
||||||
|
|
||||||
## History
|
## History
|
||||||
|
#### v3.5.1
|
||||||
|
Various fixes and cleaning of outdated code.
|
||||||
|
|
||||||
#### v3.5
|
#### v3.5
|
||||||
Additions:
|
Additions:
|
||||||
* 'Impulse' & line type plots
|
* 'Impulse' & line type plots
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Initialization
|
# Initialization
|
||||||
AC_PREREQ([2.63])
|
AC_PREREQ([2.63])
|
||||||
AC_INIT([LatAnalyze],[3.5-dev],[antonin.portelli@me.com],[LatAnalyze])
|
AC_INIT([LatAnalyze],[3.5.1],[antonin.portelli@me.com],[LatAnalyze])
|
||||||
AC_CONFIG_AUX_DIR([.buildutils])
|
AC_CONFIG_AUX_DIR([.buildutils])
|
||||||
AC_CONFIG_SRCDIR([lib/Global.cpp])
|
AC_CONFIG_SRCDIR([lib/Global.cpp])
|
||||||
AC_CONFIG_SRCDIR([utils/sample_read.cpp])
|
AC_CONFIG_SRCDIR([utils/sample_read.cpp])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user