Skip to content

Commit

Permalink
Bump version to R45
Browse files Browse the repository at this point in the history
  • Loading branch information
myrsloik committed Jul 13, 2018
1 parent 3ca0249 commit a40751a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([vapoursynth], [44], [https://github.com/vapoursynth/vapoursynth/issues], [vapoursynth], [http://www.vapoursynth.com/])
AC_INIT([vapoursynth], [45], [https://github.com/vapoursynth/vapoursynth/issues], [vapoursynth], [http://www.vapoursynth.com/])

: ${CFLAGS=""}
: ${CXXFLAGS=""}
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# built documents.
#
# The short X.Y version.
version = 'R44'
version = 'R45'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
4 changes: 2 additions & 2 deletions installer/vsinstaller.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define AppName = 'VapourSynth'
#define Version = 'R44'
#define Version = 'R45'

[Setup]
OutputDir=Compiled
Expand All @@ -17,7 +17,7 @@ AppPublisher=Fredrik Mellbin
AppPublisherURL=http://www.vapoursynth.com/
AppSupportURL=http://www.vapoursynth.com/
AppUpdatesURL=http://www.vapoursynth.com/
VersionInfoVersion=1.44.0.0
VersionInfoVersion=1.45.0.0
DefaultDirName={pf32}\VapourSynth
DefaultGroupName=VapourSynth
AllowCancelDuringInstall=no
Expand Down
2 changes: 1 addition & 1 deletion src/core/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

#define XSTR(x) STR(x)
#define STR(x) #x
#define VAPOURSYNTH_CORE_VERSION 44
#define VAPOURSYNTH_CORE_VERSION 45
#if defined(VS_FRAME_GUARD) && !defined(NDEBUG)
#define VS_OPTIONS_TEXT "Options: Frame Guard + Extra Assertions\n"
#elif defined(VS_FRAME_GUARD)
Expand Down

0 comments on commit a40751a

Please sign in to comment.