Skip to content

Commit

Permalink
Merge pull request #1161 from SALMON-TDDFT/dev_sy
Browse files Browse the repository at this point in the history
v.2.2.0: change version
  • Loading branch information
syamada0 committed Apr 21, 2023
2 parents ecde76c + 6768c4c commit e704ab6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ enable_testing()
set(CMAKE_C_STANDARD_REQUIRED ON)
set(CMAKE_C_STANDARD 99)
project(SALMON
VERSION 2.1.0
VERSION 2.2.0
LANGUAGES Fortran C
)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ http://salmon-tddft.jp/

SALMON is available under Apache License version 2.0.

Copyright 2017-2022 SALMON developers
Copyright 2017-2023 SALMON developers

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion configure.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env python
#
# Copyright 2017-2022 SALMON developers
# Copyright 2017-2023 SALMON developers
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down

0 comments on commit e704ab6

Please sign in to comment.