Skip to content

Commit e704ab6

Browse files
authored
Merge pull request #1161 from SALMON-TDDFT/dev_sy
v.2.2.0: change version
2 parents ecde76c + 6768c4c commit e704ab6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ enable_testing()
2020
set(CMAKE_C_STANDARD_REQUIRED ON)
2121
set(CMAKE_C_STANDARD 99)
2222
project(SALMON
23-
VERSION 2.1.0
23+
VERSION 2.2.0
2424
LANGUAGES Fortran C
2525
)
2626

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ http://salmon-tddft.jp/
1919

2020
SALMON is available under Apache License version 2.0.
2121

22-
Copyright 2017-2022 SALMON developers
22+
Copyright 2017-2023 SALMON developers
2323

2424
Licensed under the Apache License, Version 2.0 (the "License");
2525
you may not use this file except in compliance with the License.

configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /usr/bin/env python
22
#
3-
# Copyright 2017-2022 SALMON developers
3+
# Copyright 2017-2023 SALMON developers
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)