Skip to content

Commit

Permalink
Bump DSOAL version to 1.0.1 and update DLL metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ThreeDeeJay committed Jun 3, 2022
1 parent b37ac57 commit 98ed525
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include(CheckTypeSize)
include(CheckIncludeFile)
include(GNUInstallDirs)

set(VERSION 0.9)
set(VERSION 1.0)

IF(NOT CMAKE_BUILD_TYPE)
SET(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING
Expand Down
10 changes: 5 additions & 5 deletions version.rc
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/

#define WINE_FILEDESCRIPTION_STR "Wine DirectSound"
#define WINE_FILEDESCRIPTION_STR "DSOAL"
#define WINE_FILENAME_STR "dsound.dll"
#define WINE_FILEVERSION 5,3,1,904
#define WINE_FILEVERSION_STR "5.3.1.904"
#define WINE_PRODUCTVERSION 5,3,1,904
#define WINE_PRODUCTVERSION_STR "5.3.1.904"
#define WINE_FILEVERSION 1,0,1,001
#define WINE_FILEVERSION_STR "1.0.1.001"
#define WINE_PRODUCTVERSION 1,0,1,001
#define WINE_PRODUCTVERSION_STR "1.0.1.001"
#define WINE_EXTRAVALUES VALUE "OLESelfRegister",""

/*
Expand Down

0 comments on commit 98ed525

Please sign in to comment.