From 6992411c92b4c1c26ce9b28cc52cdfc738bedd76 Mon Sep 17 00:00:00 2001 From: Andreas Nicolai Date: Tue, 31 Dec 2024 11:45:17 +0100 Subject: [PATCH] Release date updated, ignore pattern updated --- .gitignore | 1 + MasterSim/src/MSIM_Constants.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 95f89642..36b68e44 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,4 @@ qrc_*.cpp /bin/debug/MasterSimulator /bin/debug/MasterSimulatorUI /bb/ +/.qtc_clangd/ diff --git a/MasterSim/src/MSIM_Constants.cpp b/MasterSim/src/MSIM_Constants.cpp index f8927df6..88087b0f 100644 --- a/MasterSim/src/MSIM_Constants.cpp +++ b/MasterSim/src/MSIM_Constants.cpp @@ -4,7 +4,7 @@ namespace MASTER_SIM { const char * const VERSION = "0.9"; const char * const LONG_VERSION = "0.9.7"; -const char * const RELEASE_DATE = "October 1st, 2024"; +const char * const RELEASE_DATE = "December 31st, 2024"; const unsigned int KEYWORD_INDENTATION = 0;