From ff0662764c16c4c09e46e95e5ca5f78bd315e88b Mon Sep 17 00:00:00 2001 From: "k.ido" Date: Sat, 21 Jul 2018 21:04:14 +0900 Subject: [PATCH] change ver --- doc/en/chap01_en.tex | 2 ++ doc/en/conf.py | 2 +- doc/en/intro.rst | 4 ++++ doc/en/userguide_en.tex | 2 +- doc/jp/chap01_jp.tex | 2 ++ doc/jp/conf.py | 2 +- doc/jp/intro.rst | 4 ++++ doc/jp/userguide_jp.tex | 2 +- src/mVMC/include/version.h | 2 +- 9 files changed, 17 insertions(+), 5 deletions(-) diff --git a/doc/en/chap01_en.tex b/doc/en/chap01_en.tex index 866a1a95..36bb858f 100644 --- a/doc/en/chap01_en.tex +++ b/doc/en/chap01_en.tex @@ -81,6 +81,8 @@ \section{Contributors} \label{subsec:developers} This software is developed by following contributors. \begin{itemize} +\item{ver.1.0.3 (released at 2018/7/23)} +\item{ver.1.0.2 (released at 2017/8/25)} \item{ver.1.0.1 (released at 2017/6/8)} \item{ver.1.0.0 (released at 2017/5/23)} \item{ver.0.2.0 (released at 2017/3/16)} diff --git a/doc/en/conf.py b/doc/en/conf.py index dfbd39a9..70991bf8 100644 --- a/doc/en/conf.py +++ b/doc/en/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.0' # The full version, including alpha/beta/rc tags. -release = '1.0.2' +release = '1.0.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/en/intro.rst b/doc/en/intro.rst index 16d8a083..ec2e0006 100644 --- a/doc/en/intro.rst +++ b/doc/en/intro.rst @@ -98,6 +98,10 @@ Contributors This software is developed by following contributors. +- ver.1.0.3 (released at 2018/7/23) + +- ver.1.0.2 (released at 2017/8/25) + - ver.1.0.1 (released at 2017/6/8) - ver.1.0.0 (released at 2017/5/23) diff --git a/doc/en/userguide_en.tex b/doc/en/userguide_en.tex index 00a9ffb6..bcfb0a0b 100644 --- a/doc/en/userguide_en.tex +++ b/doc/en/userguide_en.tex @@ -98,7 +98,7 @@ % \mytitlepage{% Manual for mVMC \\ -ver. 1.0.2% +ver. 1.0.3% } { \includegraphics[width=6cm]{../figs/mVMC_logo1.pdf} diff --git a/doc/jp/chap01_jp.tex b/doc/jp/chap01_jp.tex index 78d50278..4f7d39e4 100644 --- a/doc/jp/chap01_jp.tex +++ b/doc/jp/chap01_jp.tex @@ -78,6 +78,8 @@ \subsection{開発貢献者} \label{subsec:developers} 本ソフトウェアは以下の開発貢献者により開発されています。 \begin{itemize} +\item{ver.1.0.3 (2018/7/23リリース)} +\item{ver.1.0.2 (2017/8/25リリース)} \item{ver.1.0.1 (2017/6/8リリース)} \item{ver.1.0.0 (2017/5/23リリース)} \item{ver.0.2.0 (2017/3/16リリース)} diff --git a/doc/jp/conf.py b/doc/jp/conf.py index e984163c..c646f390 100644 --- a/doc/jp/conf.py +++ b/doc/jp/conf.py @@ -56,7 +56,7 @@ # The short X.Y version. version = '1.0' # The full version, including alpha/beta/rc tags. -release = '1.0.2' +release = '1.0.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/jp/intro.rst b/doc/jp/intro.rst index 9fa14364..e6b9b586 100644 --- a/doc/jp/intro.rst +++ b/doc/jp/intro.rst @@ -92,6 +92,10 @@ Public License version 3(GPL v3)に準じて配布されています。 本ソフトウェアは以下の開発貢献者により開発されています。 +- ver.1.0.3 (2018/7/23リリース) + +- ver.1.0.2 (2017/8/25リリース) + - ver.1.0.1 (2017/6/8リリース) - ver.1.0.0 (2017/5/23リリース) diff --git a/doc/jp/userguide_jp.tex b/doc/jp/userguide_jp.tex index 35d89d93..65ba678d 100644 --- a/doc/jp/userguide_jp.tex +++ b/doc/jp/userguide_jp.tex @@ -99,7 +99,7 @@ \vspace{-3cm} \mytitlepage{% 汎用多変数変分モンテカルロ mVMC \\ -マニュアル ver. 1.0.2% +マニュアル ver. 1.0.3% } { \includegraphics[width=6cm]{../figs/mVMC_logo1.pdf} diff --git a/src/mVMC/include/version.h b/src/mVMC/include/version.h index 6208339f..960a71dd 100644 --- a/src/mVMC/include/version.h +++ b/src/mVMC/include/version.h @@ -29,7 +29,7 @@ along with this program. If not, see http://www.gnu.org/licenses/. /* ..- */ #define VERSION_MAJOR 1 #define VERSION_MINOR 0 -#define VERSION_PATCH 2 +#define VERSION_PATCH 3 #define VERSION_PRERELEASE "" /* "alpha", "beta.1", etc. */