Skip to content

Commit

Permalink
updated version to 0.592
Browse files Browse the repository at this point in the history
  • Loading branch information
jp9000 committed Dec 29, 2013
1 parent 5080569 commit fb2e10c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Source/Main.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ extern TCHAR lpAppDataPath[MAX_PATH];
#define OBS_VERSION_SUFFIX ""
#endif

#define OBS_VERSION 0x005901 //version number is 0xMMmmtt (Major.minor.whatever - hex)
#define OBS_VERSION_STRING_RAW "Open Broadcaster Software v0.591b"
#define OBS_VERSION 0x005902 //version number is 0xMMmmtt (Major.minor.whatever - hex)
#define OBS_VERSION_STRING_RAW "Open Broadcaster Software v0.592b"
//#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.591b"
!define APPNAMEANDVERSION "Open Broadcaster Software 0.592b"

; Additional script dependencies
!include WinVer.nsh
Expand Down

0 comments on commit fb2e10c

Please sign in to comment.