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

new version info for v1.5.3

parent 01c7e6a9
Branches release-1.5.3
Tags v1.5.3
No related merge requests found
AC_PREREQ([2.61])
AC_INIT([yac],[1.5.2],[hanke@dkrz.de],,[https://doc.redmine.dkrz.de/YAC/html/index.html])
AC_INIT([yac],[1.5.3],[hanke@dkrz.de],,[https://doc.redmine.dkrz.de/YAC/html/index.html])
AC_CONFIG_SRCDIR([src/grid.c])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_MACRO_DIR([m4])
......
......@@ -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 = 1.5.2
PROJECT_NUMBER = 1.5.3
# 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_153 Version 1.5.3 (Nov 2019)
- bug fix in interpolation method spmap
\section version_152 Version 1.5.2 (Jul 2019)
......
......@@ -75,7 +75,7 @@
\ofoot{\pagemark}
\title{A Graphical User Interface for configuring YAC}
\subtitle{Version 1.5.2}
\subtitle{Version 1.5.3}
\author[1]{Rene Redler}
\author[2]{Moritz Hanke}
......@@ -85,7 +85,7 @@
\affil[2]{Deutsches Klimarechenzentrum, Hamburg}
\date{
\textsf{Jul 2019}
\textsf{Nov 2019}
\rule{\textwidth}{1pt}
}
......
......@@ -7,7 +7,7 @@ package de.mpg.mpimet.yacgui.utils;
*/
public class VersionInfo {
public static final String number = "1.5.2";
public static final String number = "1.5.3";
private VersionInfo() {}
......
static char * yac_version="v1.5.2";
static char * yac_version="v1.5.3";
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