From 574e89b968b671662c78bf5ae4a6dec9d4cdf3ff Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sat, 23 Jan 2021 08:48:39 +0100 Subject: Bump version numbers & changelog after 1.0.4 release This commit imports the changes to the CHANGELOG.md in the backports branch after the 1.0.4 release and updates the package scripts to point to the new release. In addition, the version numbers in configure.ac are update to more closeley reflect reality, i.e. set the current so version and set the package version to 1.1.0 which will be the next release from master. The unreleased changes in master are also added to the CHANGELOG.md. Signed-off-by: David Oberhollenzer --- packages/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/Dockerfile') diff --git a/packages/Dockerfile b/packages/Dockerfile index d2fb35d..39fbe89 100644 --- a/packages/Dockerfile +++ b/packages/Dockerfile @@ -12,13 +12,13 @@ ARG vendor ARG release -ARG version=1.0.3 +ARG version=1.0.4 FROM $vendor:$release # Args are not globaly scoped ARG vendor ARG release -ARG version=1.0.3 +ARG version=1.0.4 # Install tools required to build a package for several distributions. # -- cgit v1.2.3