Skip to content

Commit

Permalink
version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jkfindeisen committed Oct 27, 2017
1 parent f545cb0 commit 063bb19
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down
2 changes: 1 addition & 1 deletion Gpufit/matlab/gpufit_version.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function version = gpufit_version()
% Returns the version of Gpufit

version = '1.0.1';
version = '1.0.2';

end
2 changes: 1 addition & 1 deletion Gpufit/python/pygpufit/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"""

__version_short__ = '1.0'
__version_full__ = '1.0.1'
__version_full__ = '1.0.2'

__version__ = __version_full__
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/epilog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package/sdk_readme.txt
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 063bb19

Please sign in to comment.