star-4v_s

An invariant property of diffuse random walks
git clone git://git.meso-star.fr/star-4v_s.git
Log | Files | Refs | README | LICENSE

commit e1f9a9e66022e181ca8215d79590863ceddeebfc
parent ad307473700803e533fac67ecf6640c38a3a456b
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Sun,  4 Feb 2018 20:54:42 +0100

Bump version number to 0.3

Diffstat:
Mcmake/CMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -56,7 +56,7 @@ include(rcmake_runtime) # Configure and define the targets ################################################################################ set(VERSION_MAJOR 0) -set(VERSION_MINOR 2) +set(VERSION_MINOR 3) set(VERSION_PATCH 0) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})