Skip to content

Commit

Permalink
Update to 0.636b
Browse files Browse the repository at this point in the history
  • Loading branch information
jp9000 committed Oct 3, 2014
1 parent 0753749 commit 73e46ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Main.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ extern TCHAR lpAppDataPath[MAX_PATH];
#endif

#define OBS_VERSION 0x006306 //version number is 0xMMmmtt (super-major.major.minor - hex)
#define OBS_VERSION_STRING_RAW "Open Broadcaster Software v0.636b (test build 1)"
#define OBS_VERSION_STRING_RAW "Open Broadcaster Software v0.636b"
//#define OBS_TEST_BUILD 1 //define this if releasing a test build to disable the auto updater

#define OBS_VERSION_STRING_ANSI OBS_VERSION_STRING_RAW OBS_VERSION_SUFFIX
Expand Down
2 changes: 1 addition & 1 deletion installer/installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

; Define your application name
!define APPNAME "Open Broadcaster Software"
!define APPNAMEANDVERSION "Open Broadcaster Software 0.635b"
!define APPNAMEANDVERSION "Open Broadcaster Software 0.636b"

; Additional script dependencies
!include WinVer.nsh
Expand Down

0 comments on commit 73e46ec

Please sign in to comment.