Skip to content

Commit

Permalink
Bump version to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
complexlogic committed Feb 10, 2023
1 parent def6acf commit 49326c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

cmake_minimum_required(VERSION 3.13)
project(rsgain
VERSION 3.1.1
VERSION 3.2
DESCRIPTION "ReplayGain 2.0 loudness normalizer"
HOMEPAGE_URL "https://github.com/complexlogic/rsgain"
LANGUAGES CXX
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian

ARG VERSION=3.1.1 \
ARG VERSION=3.2 \
ARCH=amd64

RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion config/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=rsgain
pkgver=3.1.1
pkgver=3.2
pkgrel=1
epoch=
pkgdesc="ReplayGain 2.0 loudness normalizer"
Expand Down

0 comments on commit 49326c5

Please sign in to comment.