Skip to content

Commit

Permalink
general: version bump to 4.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane L committed Oct 7, 2018
1 parent 655a7a3 commit 59f610c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion installer/installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "idp\idp.iss"

#define MyAppName "obs-ndi"
#define MyAppVersion "4.5.2"
#define MyAppVersion "4.5.3"
#define MyAppPublisher "Stephane Lepin"
#define MyAppURL "http://github.com/Palakis/obs-ndi"

Expand Down
2 changes: 1 addition & 1 deletion installer/obs-ndi.pkgproj
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@
<key>RELOCATABLE</key>
<false/>
<key>VERSION</key>
<string>4.5.2</string>
<string>4.5.3</string>
</dict>
<key>UUID</key>
<string>B687A502-5EF9-4574-854F-64FE86F50ED6</string>
Expand Down
2 changes: 1 addition & 1 deletion src/obs-ndi.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ along with this program; If not, see <https://www.gnu.org/licenses/>

#include <Processing.NDI.Lib.h>

#define OBS_NDI_VERSION "4.5.2"
#define OBS_NDI_VERSION "4.5.3"
#define OBS_NDI_ALPHA_FILTER_ID "premultiplied_alpha_filter"

#define blog(level, msg, ...) blog(level, "[obs-ndi] " msg, ##__VA_ARGS__)
Expand Down

0 comments on commit 59f610c

Please sign in to comment.