Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ljyanesm committed Nov 25, 2021
1 parent ebe42b8 commit 76f7a85
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Singularity
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ From: maplesond/portcullis:test

%labels
Maintainer maplesond
Version 1.2.0
Version 1.2.3

%apprun portcullis
exec portcullis
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 76f7a85

Please sign in to comment.