Skip to content

Commit a96bdaf

Browse files
committed
Merge remote-tracking branch 'sugitalab/main'
2 parents 86d813f + 263c9f9 commit a96bdaf

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
=====================================
2-
GENESIS 2.1.0
2+
GENESIS 2.1.1
33
=====================================
44

55
GENESIS website
@@ -58,7 +58,7 @@ Project Leader: Yuji Sugita (RIKEN)
5858
Hideyo Yoshida (JSOL Corporation), Kenta Chaki (JSOL Corporation),
5959
Kazuhiro Hashiba (VINAS)
6060

61-
Copyright (C) 2014-2022 RIKEN. All Rights Reserved
61+
Copyright (C) 2014-2023 RIKEN. All Rights Reserved
6262

6363
What is GENESIS?
6464
================
@@ -91,7 +91,7 @@ DOI: 10.1002/jcc.24874
9191

9292
Copyright Notices
9393
=================
94-
Copyright (C) 2014-2022 RIKEN.
94+
Copyright (C) 2014-2023 RIKEN.
9595

9696
GENESIS is free software; you can redistribute it and/or
9797
modify it provided that the following conditions are met:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# genesis-2.0
2-
Source code for genesis 2.0 beta for Fugaku
3-
For GENESIS compile on Fugaku and execution, please see READMD.howto
1+
# genesis-2.1.1
2+
Source code for genesis 2.1.1
3+
Please see GENESIS website

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ(2.59)
5-
AC_INIT(genesis, [2.1.0], genesis@riken.jp)
5+
AC_INIT(genesis, [2.1.1], genesis@riken.jp)
66
AC_CONFIG_SRCDIR([src/spdyn/spdyn.fpp])
77
AC_CONFIG_HEADER([src/config.h])
88

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = u'2.1.0'
58+
version = u'2.1.1'
5959
# The full version, including alpha/beta/rc tags.
60-
release = u'2.1.0'
60+
release = u'2.1.1'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

0 commit comments

Comments
 (0)