We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a64932c commit a146748Copy full SHA for a146748
build.bat
@@ -1,6 +1,6 @@
1
@echo off
2
3
cd ..\builder
4
-call build errorlookup 2.6 "Error Lookup"
+call build errorlookup 2.6.1 "Error Lookup"
5
6
pause
src/app.h
@@ -1,11 +1,11 @@
// Error Lookup
-// Copyright (c) 2011-2024 Henry++
+// Copyright (c) 2011-2025 Henry++
#pragma once
#define APP_NAME L"Error Lookup"
7
#define APP_NAME_SHORT L"errorlookup"
8
-#define APP_VERSION L"2.6"
9
-#define APP_VERSION_RES 2,6,0,0
+#define APP_VERSION L"2.6.1"
+#define APP_VERSION_RES 2,6,1,0
10
#define APP_AUTHOR L"Henry++"
11
-#define APP_COPYRIGHT L"(c) 2011-2024 " APP_AUTHOR L". All Rights Reversed."
+#define APP_COPYRIGHT L"(c) 2011-2025 " APP_AUTHOR L". All Rights Reversed."
0 commit comments