Skip to content

Commit 1945b80

Browse files
committed
Release 1.0.3
1 parent 57d6e20 commit 1945b80

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

history.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
avlib.vdplugin history
22

3-
1.0.2.x dev
3+
1.0.3.410 - 2025-10-14
44
----------------------
55
Fixed a temporary freeze in the file open window when selecting certain .avs files. AviSynth script files are now identified by extension.
66
Fixed frame navigation for Avisynth script files.

src/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
#define VER_MAJOR 1
3232
#define VER_MINOR 0
33-
#define VER_BUILD 2
33+
#define VER_BUILD 3
3434

3535
#define VERSION_NUM VER_MAJOR,VER_MINOR,VER_BUILD,REV_NUM
3636
#define VERSION_STR MAKE_STR(VER_MAJOR) "." MAKE_STR(VER_MINOR) "." MAKE_STR(VER_BUILD) "." MAKE_STR(REV_NUM)

0 commit comments

Comments
 (0)