diff --git a/CMakeLists.txt b/CMakeLists.txt index e4d5381..b43eef0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ cmake_minimum_required( VERSION 3.7 ) set_property( GLOBAL PROPERTY USE_FOLDERS ON ) if( NOT PROJECT_NAME ) - project( Gpufit VERSION 1.0.1 ) + project( Gpufit VERSION 1.0.2 ) include( CTest ) endif() diff --git a/Gpufit/matlab/gpufit_version.m b/Gpufit/matlab/gpufit_version.m index 0f3a7b4..f25ab3d 100644 --- a/Gpufit/matlab/gpufit_version.m +++ b/Gpufit/matlab/gpufit_version.m @@ -1,6 +1,6 @@ function version = gpufit_version() % Returns the version of Gpufit -version = '1.0.1'; +version = '1.0.2'; end \ No newline at end of file diff --git a/Gpufit/python/pygpufit/version.py b/Gpufit/python/pygpufit/version.py index faae590..3a3f454 100644 --- a/Gpufit/python/pygpufit/version.py +++ b/Gpufit/python/pygpufit/version.py @@ -3,6 +3,6 @@ """ __version_short__ = '1.0' -__version_full__ = '1.0.1' +__version_full__ = '1.0.2' __version__ = __version_full__ \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index 8450622..66ad7a4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -63,7 +63,7 @@ # The short X.Y version. version = u'1.0' # The full version, including alpha/beta/rc tags. -release = u'1.0.1' +release = u'1.0.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/epilog.txt b/docs/epilog.txt index 8f1d5a3..b00dbad 100644 --- a/docs/epilog.txt +++ b/docs/epilog.txt @@ -2,7 +2,7 @@ .. The content of this file will be appended to every documentation file. Put common substitutions and links here. -.. |GF_version| replace:: 1.0.1 +.. |GF_version| replace:: 1.0.2 .. _CUDA: http://developer.nvidia.com/cuda-zone .. _CUDA_SELECT_NVCC_ARCH_FLAGS: http://cmake.org/cmake/help/v3.7/module/FindCUDA.html diff --git a/package/sdk_readme.txt b/package/sdk_readme.txt index e4499f6..da2a737 100644 --- a/package/sdk_readme.txt +++ b/package/sdk_readme.txt @@ -1,7 +1,7 @@ Software development kit for the Gpufit library (https://github.com/gpufit/Gpufit) which implements Levenberg Marquardt curve fitting in CUDA. -Gpufit 1.0.1 +Gpufit 1.0.2 Compiled with the Microsoft Visual Studio 2015 C++ compiler and CUDA toolkit 8.0.