Skip to content

Commit a146748

Browse files
committed
++version
1 parent a64932c commit a146748

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@echo off
22

33
cd ..\builder
4-
call build errorlookup 2.6 "Error Lookup"
4+
call build errorlookup 2.6.1 "Error Lookup"
55

66
pause

src/app.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// Error Lookup
2-
// Copyright (c) 2011-2024 Henry++
2+
// Copyright (c) 2011-2025 Henry++
33

44
#pragma once
55

66
#define APP_NAME L"Error Lookup"
77
#define APP_NAME_SHORT L"errorlookup"
8-
#define APP_VERSION L"2.6"
9-
#define APP_VERSION_RES 2,6,0,0
8+
#define APP_VERSION L"2.6.1"
9+
#define APP_VERSION_RES 2,6,1,0
1010
#define APP_AUTHOR L"Henry++"
11-
#define APP_COPYRIGHT L"(c) 2011-2024 " APP_AUTHOR L". All Rights Reversed."
11+
#define APP_COPYRIGHT L"(c) 2011-2025 " APP_AUTHOR L". All Rights Reversed."

0 commit comments

Comments
 (0)