Skip to content

Commit 7290a6f

Browse files
committed
Bump to version 3.7.2
1 parent a1d8ade commit 7290a6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

avs_core/core/version.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#define AVS_PROJECT AviSynth+
1010
#define AVS_MAJOR_VER 3
1111
#define AVS_MINOR_VER 7
12-
#define AVS_BUGFIX_VER 1
12+
#define AVS_BUGFIX_VER 2
1313
#ifdef RELEASE_TARBALL
1414
#define AVS_FULLVERSION AVS_PPSTR(AVS_PROJECT) " " AVS_PPSTR(AVS_MAJOR_VER) "." AVS_PPSTR(AVS_MINOR_VER) "." AVS_PPSTR(AVS_BUGFIX_VER) " (" AVS_PPSTR(AVS_ARCH) ")"
1515
#else

0 commit comments

Comments
 (0)