Skip to content

Commit dc46297

Browse files
committedFeb 1, 2024
Updated version to 1.3.1
1 parent 76d4cdb commit dc46297

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.5)
22
cmake_policy(SET CMP0048 NEW)
33

4-
project(ADLjack VERSION "1.3.0" LANGUAGES C CXX)
4+
project(ADLjack VERSION "1.3.1" LANGUAGES C CXX)
55

66
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
77

‎README.md

+4
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ which forces it to select ALSA as a sound system instead of PulseAudio.
8383

8484
- ability to set initial volume using the option `-v`
8585

86+
### Version 1.3.1
87+
- fixed build on Arch Linux
88+
- updated libADLMIDI, libOPNMIDI, and other modules
89+
8690
### Version 1.3.0
8791

8892
- support for different channel allocation modes

0 commit comments

Comments
 (0)