Skip to content

Commit

Permalink
version update in gdata.h (and reminders added)
Browse files Browse the repository at this point in the history
  • Loading branch information
RolfSander committed Oct 19, 2022
1 parent 887de1b commit e82a22f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Changelog

<!-- Github markdown syntax: -->
<!-- https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax -->

All notable changes to this project will be documented in this file.

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).

<!-- Version numbers must be synchronized in CHANGELOG.md, -->
<!-- src/gdata.h, and docs/source/conf.py-->
## [3.0.0-rc.4]

### Added
Expand Down
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
author = "A. Sandu, R. Sander, M. Long, H. Lin, and R. Yantosca"

# The full version, including alpha/beta/rc tags
# (version numbers must be synchronized in CHANGELOG.md, src/gdata.h,
# and docs/source/conf.py)
release = "3.0.0-rc.4"


Expand Down
4 changes: 3 additions & 1 deletion src/gdata.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
******************************************************************************/

#define KPP_VERSION "3.0.0-rc.3"
// Version numbers must be synchronized in CHANGELOG.md, src/gdata.h,
// and docs/source/conf.py
#define KPP_VERSION "3.0.0-rc.4"

#ifndef _GDATA_H_
#define _GDATA_H_
Expand Down

0 comments on commit e82a22f

Please sign in to comment.