Skip to content

Commit

Permalink
Bump to version 3.7
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
qyot27 committed Jan 11, 2021
1 parent 7273029 commit a8c8630
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions avs_core/core/version.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

#define AVS_PROJECT AviSynth+
#define AVS_MAJOR_VER 3
#define AVS_MINOR_VER 6
#define AVS_BUGFIX_VER 2
#define AVS_MINOR_VER 7
#define AVS_BUGFIX_VER 0
#ifdef RELEASE_TARBALL
#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) ")"
#else
Expand Down
6 changes: 3 additions & 3 deletions distrib/docs/english/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@

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

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '3.6'
version = '3.7'
# The full version, including alpha/beta/rc tags.
release = '3.6'
release = '3.7'

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

0 comments on commit a8c8630

Please sign in to comment.