Skip to content

Commit a8c8630

Browse files
committed
Bump to version 3.7
The addition of a new OS and CPU architecture to build support, as well as the ability to build as a static library, require an easy division for anyone checking pkg-config variables.
1 parent 7273029 commit a8c8630

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

avs_core/core/version.h.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
#define AVS_PROJECT AviSynth+
1010
#define AVS_MAJOR_VER 3
11-
#define AVS_MINOR_VER 6
12-
#define AVS_BUGFIX_VER 2
11+
#define AVS_MINOR_VER 7
12+
#define AVS_BUGFIX_VER 0
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

distrib/docs/english/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@
4848

4949
# General information about the project.
5050
project = 'AviSynth+'
51-
copyright = '2000-2020, AviSynth and AviSynth+ contributors'
51+
copyright = '2000-2021, AviSynth and AviSynth+ contributors'
5252

5353
# The version info for the project you're documenting, acts as replacement for
5454
# |version| and |release|, also used in various other places throughout the
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '3.6'
58+
version = '3.7'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '3.6'
60+
release = '3.7'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

0 commit comments

Comments
 (0)