Skip to content
Snippets Groups Projects
Commit 082fbf3f authored by Moritz Hanke's avatar Moritz Hanke
Browse files

new version info for v2.4.1

parent c34d51ea
No related branches found
No related tags found
No related merge requests found
Pipeline #13023 passed
AC_PREREQ([2.69])
AC_INIT([yac], [2.4.0], [hanke@dkrz.de], [],
AC_INIT([yac], [2.4.1], [hanke@dkrz.de], [],
[https://dkrz-sw.gitlab-pages.dkrz.de/yac/])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([config])
......
......@@ -38,7 +38,7 @@ PROJECT_NAME = YetAnotherCoupler
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 2.4.0
PROJECT_NUMBER = 2.4.1
# 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
......
/**
* \page version_info Condensed release information
\section version_241 Version 2.4.1
- some change to configure to avoid issues caused by ICON build process
\section version_240 Version 2.4.0
- rework of internal handling of coupling configurations
......
No preview for this file type
......@@ -75,7 +75,7 @@
\ofoot{\pagemark}
\title{A Graphical User Interface for configuring YAC}
\subtitle{Version 2.4.0}
\subtitle{Version 2.4.1}
\author[1]{Rene Redler}
\author[2]{Moritz Hanke}
......
......@@ -39,7 +39,7 @@ package de.mpg.mpimet.yacgui.utils;
public class VersionInfo {
public static final String number = "2.4.0";
public static final String number = "2.4.1";
private VersionInfo() {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment