From 76f7a85a75cf9cf4126f441e53b62de0477511aa Mon Sep 17 00:00:00 2001 From: ljyanesm Date: Thu, 25 Nov 2021 14:05:21 +0000 Subject: [PATCH] Update version --- Dockerfile | 2 +- Singularity | 2 +- configure.ac | 2 +- doc/source/conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index d9244bff..053aada8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM maplesond/cppbuild:latest LABEL maintainer="d.mapleson@gmail.com" ARG VERSION -ENV VERSION ${VERSION:-1.2.0} +ENV VERSION ${VERSION:-1.2.3} RUN echo ${VERSION} COPY . /portcullis-src diff --git a/Singularity b/Singularity index 218937a5..53dc4331 100644 --- a/Singularity +++ b/Singularity @@ -3,7 +3,7 @@ From: maplesond/portcullis:test %labels Maintainer maplesond - Version 1.2.0 + Version 1.2.3 %apprun portcullis exec portcullis diff --git a/configure.ac b/configure.ac index dde7bbba..2a15faf7 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # Autoconf setup AC_PREREQ([2.68]) -AC_INIT([portcullis],[1.2.0]) +AC_INIT([portcullis],[1.2.3]) AC_CONFIG_SRCDIR([src/portcullis.cc]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/doc/source/conf.py b/doc/source/conf.py index 4f467248..90d8944d 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -55,7 +55,7 @@ # The short X.Y version. version = '1.2' # The full version, including alpha/beta/rc tags. -release = '1.2.0' +release = '1.2.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.