File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.21)
22
33# Set project name and version
44set (PLUGIN_NAME TerrainHelper)
5- set (PLUGIN_VERSION 0.3.0 )
5+ set (PLUGIN_VERSION 0.3.1 )
66project (${PLUGIN_NAME} VERSION ${PLUGIN_VERSION} LANGUAGES CXX)
77
88# Set compile defitions
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ void MessageHandler(SKSE::MessagingInterface::Message* a_msg) {
186186extern " C" DLLEXPORT bool SKSEAPI SKSEPlugin_Load (const SKSE::LoadInterface* skse) {
187187 SKSE::Init (skse);
188188 SetupLog ();
189- spdlog::info (" Plugin loaded" );
189+ spdlog::info (" {} version {} loaded" , PLUGIN_NAME, PLUGIN_VERSION );
190190
191191 // Register messaging interface
192192 auto messaging = SKSE::GetMessagingInterface ();
You can’t perform that action at this time.
0 commit comments