Skip to content

Commit

Permalink
RLS: Fix new release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Mar 21, 2023
1 parent 7c7663c commit 9e5cd35
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10)

set(PROJECT_NAME "codata")

project(${PROJECT_NAME} VERSION 0.2.2 LANGUAGES "C" "Fortran" DESCRIPTION "Codata from NIST.")
project(${PROJECT_NAME} VERSION 0.3.0 LANGUAGES "C" "Fortran" DESCRIPTION "Codata from NIST.")
configure_file("./app/config.h.in" "./app/config.h")

# GNU / AppleClang
Expand Down
2 changes: 1 addition & 1 deletion doxygen/doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = Codata
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.2.2
PROJECT_NUMBER = 0.3.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Codata 0.2.2 Release Note
# Codata 0.3.0 Release Note

## Changes

Expand All @@ -15,4 +15,4 @@ Milan Skocic

## Commits

Full Changelog: https://github.com/MilanSkocic/codata/compare/0.2.1...0.2.2
Full Changelog: https://github.com/MilanSkocic/codata/compare/0.2.1...0.3.0

0 comments on commit 9e5cd35

Please sign in to comment.