We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38084bd commit 53aac9fCopy full SHA for 53aac9f
2 files changed
plugin/CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.22)
2
3
# Version is needed by JUCE.
4
-project(XenRoll VERSION 0.4.2)
+project(XenRoll VERSION 0.4.3)
5
6
# Adding a directory with the library/application name as a subfolder of the
7
# include folder is a good practice. It helps avoid name clashes later on.
vcpkg.json
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "xenroll",
- "version": "0.4.2",
+ "version": "0.4.3",
"dependencies": [
"boost-interprocess",
"boost-uuid"
0 commit comments