We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d4cdb commit dc46297Copy full SHA for dc46297
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.5)
2
cmake_policy(SET CMP0048 NEW)
3
4
-project(ADLjack VERSION "1.3.0" LANGUAGES C CXX)
+project(ADLjack VERSION "1.3.1" LANGUAGES C CXX)
5
6
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
7
README.md
@@ -83,6 +83,10 @@ which forces it to select ALSA as a sound system instead of PulseAudio.
83
84
- ability to set initial volume using the option `-v`
85
86
+### Version 1.3.1
87
+- fixed build on Arch Linux
88
+- updated libADLMIDI, libOPNMIDI, and other modules
89
+
90
### Version 1.3.0
91
92
- support for different channel allocation modes
0 commit comments