Skip to content

Commit

Permalink
Update to 0.631b
Browse files Browse the repository at this point in the history
  • Loading branch information
jp9000 committed Sep 8, 2014
1 parent 24458c4 commit 8ed8c5e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions OBS.rc
Original file line number Diff line number Diff line change
Expand Up @@ -895,8 +895,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,6,3,0
PRODUCTVERSION 0,6,3,0
FILEVERSION 0,6,3,1
PRODUCTVERSION 0,6,3,1
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -912,12 +912,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "Open Broadcaster Software"
VALUE "FileVersion", "0.6.3.0"
VALUE "FileVersion", "0.6.3.1"
VALUE "InternalName", "OBS"
VALUE "LegalCopyright", "Copyright (C) 2013-2014"
VALUE "OriginalFilename", "OBS.exe"
VALUE "ProductName", "Open Broadcaster Software"
VALUE "ProductVersion", "0.6.3.0"
VALUE "ProductVersion", "0.6.3.1"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions Source/Main.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ extern TCHAR lpAppDataPath[MAX_PATH];
#define OBS_VERSION_SUFFIX ""
#endif

#define OBS_VERSION 0x006300 //version number is 0xMMmmtt (super-major.major.minor - hex)
#define OBS_VERSION_STRING_RAW "Open Broadcaster Software v0.63b"
#define OBS_VERSION 0x006301 //version number is 0xMMmmtt (super-major.major.minor - hex)
#define OBS_VERSION_STRING_RAW "Open Broadcaster Software v0.631b"
//#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.63b"
!define APPNAMEANDVERSION "Open Broadcaster Software 0.631b"

; Additional script dependencies
!include WinVer.nsh
Expand Down

0 comments on commit 8ed8c5e

Please sign in to comment.