Skip to content

Commit

Permalink
chore: version bump to 4.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Palakis committed Aug 24, 2019
1 parent 056f617 commit ffab5e9
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.6.1"
#define MyAppVersion "4.6.2"
#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 @@ -559,7 +559,7 @@
<key>USE_HFS+_COMPRESSION</key>
<false/>
<key>VERSION</key>
<string>4.6.1</string>
<string>4.6.2</string>
</dict>
<key>TYPE</key>
<integer>0</integer>
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.6.1"
#define OBS_NDI_VERSION "4.6.2"
#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 ffab5e9

Please sign in to comment.