Skip to content

Commit

Permalink
Version bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
titoiride committed Nov 27, 2023
1 parent 612d8cd commit ffbc22f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.15)
#Add cmake project
project(
ALaDyn
VERSION 3.0.1
VERSION 3.0.2
LANGUAGES Fortran CXX)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
2 changes: 1 addition & 1 deletion src/work/code_util.f90
Expand Up @@ -27,7 +27,7 @@ module code_util

integer, parameter :: major_version = 3
integer, parameter :: minor_version = 0
integer, parameter :: patch_version = 1
integer, parameter :: patch_version = 2
character(6) :: sw_name = 'ALaDyn'
character(9) :: input_namelist_filename = 'input.nml'
character(10) :: input_data_filename = 'input.data'
Expand Down

0 comments on commit ffbc22f

Please sign in to comment.