diff --git a/CHANGELOG.md b/CHANGELOG.md index 73323f0..e4ec26a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Changelog +## MLC 1.3.2 (October 10, 2023) +- A release purely for CI + ## MLC 1.3.1 (October 10, 2023) -- Release build with optimisations +- Release build with optimizations - Removed unused files from build - Suppressed warnings - CI to release to AUR diff --git a/CMakeLists.txt b/CMakeLists.txt index 6c02ded..4bc35b5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.5) project( mlc - VERSION 1.3.1 + VERSION 1.3.2 DESCRIPTION "Media Library Compiler: rips your media library to a lossy compilation" LANGUAGES CXX ) diff --git a/packaging/Archlinux/PKGBUILD b/packaging/Archlinux/PKGBUILD index d65afb0..a467cf6 100644 --- a/packaging/Archlinux/PKGBUILD +++ b/packaging/Archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Yury Gubich pkgname=mlc -pkgver=1.3.1 +pkgver=1.3.2 pkgrel=1 pkgdesc="Media Library Compiler: rips your media library to a lossy compilation" arch=('i686' 'x86_64')