Skip to content

Commit

Permalink
Update version number for 8.0.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Lizzie Lundgren <[email protected]>
  • Loading branch information
lizziel committed Sep 30, 2024
1 parent 6bf4a36 commit f8a2b7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This file documents all notable changes to the Cloud-J repository since the init

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [8.0.1] - TBD
## [8.0.1] - 2024-09-30
### Added
- Added error handling to exit the model if JVN_ is less than number of entries in FJX_j2j.dat

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Cloud-J/CMakeLists.txt

cmake_minimum_required(VERSION 3.5)
project(CLOUDJ VERSION 8.0.0 LANGUAGES Fortran)
project(CLOUDJ VERSION 8.0.1 LANGUAGES Fortran)

#-----------------------------------------------------------------------------
# Add CMakeScripts/ to the module path
Expand Down

0 comments on commit f8a2b7f

Please sign in to comment.