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

new version info for v2.1.0

parent 3fe487bc
No related branches found
No related tags found
No related merge requests found
Pipeline #6424 passed
AC_PREREQ([2.69])
AC_INIT([yac], [2.0.1], [hanke@dkrz.de], [],
AC_INIT([yac], [2.1.0], [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.0.1
PROJECT_NUMBER = 2.1.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
......
/**
* \page version_info Condensed release information
\section version_210 Version 2.1.0
- new interface for mask handling (\ref yac_cdef_mask and \ref yac_cdef_field_mask)
- fixes in dist_grid and conservative interpolation
\section version_201 Version 2.0.1
- Support for user file interpolation
......
No preview for this file type
......@@ -75,7 +75,7 @@
\ofoot{\pagemark}
\title{A Graphical User Interface for configuring YAC}
\subtitle{Version 2.0.1}
\subtitle{Version 2.1.0}
\author[1]{Rene Redler}
\author[2]{Moritz Hanke}
......@@ -85,7 +85,7 @@
\affil[2]{Deutsches Klimarechenzentrum, Hamburg}
\date{
\textsf{Aug 2020}
\textsf{Feb 2021}
\rule{\textwidth}{1pt}
}
......
......@@ -39,7 +39,7 @@ package de.mpg.mpimet.yacgui.utils;
public class VersionInfo {
public static final String number = "2.0.1";
public static final String number = "2.2.0";
private VersionInfo() {}
......
static char * yac_version="v2.0.1";
static char * yac_version="v2.1.0";
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