Skip to content

Commit

Permalink
cmake: publish 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamcake committed Dec 19, 2023
1 parent db6994b commit fc7167a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.21) # Minimum CEF requirement, but building with the latest cmake is strongly recommended
project(Bolt VERSION 0.6 LANGUAGES C CXX)
project(Bolt VERSION 0.7 LANGUAGES C CXX)

# e.g. becomes "libbolt-overlay.so" on linux
set(BOLT_OVERLAY_NAME "bolt-overlay")
Expand Down Expand Up @@ -58,6 +58,7 @@ if(NOT WIN32)
" <screenshot type=\"default\">https://raw.githubusercontent.com/flathub/net.runelite.RuneLite/master/screenshot.png</screenshot>"
"</screenshots>"
"<releases>"
" <release version=\"0.7.0\" date=\"2023-12-19\"/>"
" <release version=\"0.6.0\" date=\"2023-12-15\"/>"
" <release version=\"0.5.0\" date=\"2023-12-11\"/>"
" <release version=\"0.4.0\" date=\"2023-11-03\"/>"
Expand Down

0 comments on commit fc7167a

Please sign in to comment.