Skip to content

Commit 251080f

Browse files
committed
Релиз 0.3.0.
1 parent 6375ff8 commit 251080f

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Include/Version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
#define DO_MAKE_STR(x) #x
1818
#define MAKE_STR(x) DO_MAKE_STR(x)
1919

20-
#define VER_RELEASE 0
20+
#define VER_RELEASE 1
2121

2222
#define VER_MAJOR 0
23-
#define VER_MINOR 2
24-
#define VER_BUILD 8
23+
#define VER_MINOR 3
24+
#define VER_BUILD 0
2525

2626
#define VERSION_NUM VER_MAJOR,VER_MINOR,VER_BUILD,REV_NUM
2727
#define VERSION_STR MAKE_STR(VER_MAJOR) "." MAKE_STR(VER_MINOR) "." MAKE_STR(VER_BUILD) "." MAKE_STR(REV_NUM)

build_mpcis.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ IF DEFINED SEVENZIP (
100100
.\distrib\Reset_Settings.cmd ^
101101
.\Readme.md ^
102102
.\history.txt ^
103-
.\LICENSE
103+
.\LICENSE.txt
104104
IF %ERRORLEVEL% NEQ 0 CALL :SubMsg "ERROR" "Unable to create %PCKG_NAME%.zip!"
105105
CALL :SubMsg "INFO" "%PCKG_NAME%.zip successfully created"
106106
)

history.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
0.2.8 dev
1+
0.3.0.157 - 2024-07-07
22
----------------------
33
Fixed support for grayscale images.
44
Fixed display of the settings window on HiDPI displays.
5+
The license has been changed to LGPL-2.1.
56

67

78
0.2.7.130 - 2023-02-12

0 commit comments

Comments
 (0)