Skip to content

Commit

Permalink
version: Bumping version to 2.0.2 for release!
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 29, 2023
1 parent 30e6b5c commit e731e61
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# fails, define SDL2_DIR environment variable to point to your SDL2
# installation.

set(SDLSOUND_VERSION 2.0.1)
set(SDLSOUND_VERSION 2.0.2)

# Increment this if/when we break backwards compatibility.
set(SDLSOUND_SOVERSION 2)
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.os2
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DEPS_INC=-IC:\SDL2DEV\h\SDL2
DEPS_LIB=C:\SDL2DEV\lib

LIBNAME = SDL2snd
VERSION = 2.0.1
VERSION = 2.0.2

LIBFILE = $(LIBNAME).lib
DLLFILE = $(LIBNAME).dll
Expand Down
2 changes: 1 addition & 1 deletion src/SDL_sound.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ extern "C" {

#define SOUND_VER_MAJOR 2
#define SOUND_VER_MINOR 0
#define SOUND_VER_PATCH 1
#define SOUND_VER_PATCH 2
#endif


Expand Down
8 changes: 4 additions & 4 deletions src/version.rc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,0,1,0
PRODUCTVERSION 2,0,1,0
FILEVERSION 2,0,2,0
PRODUCTVERSION 2,0,2,0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0x0L
FILEOS 0x40004L
Expand All @@ -23,12 +23,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "\0"
VALUE "FileDescription", "SDL_sound\0"
VALUE "FileVersion", "2, 0, 1, 0\0"
VALUE "FileVersion", "2, 0, 2, 0\0"
VALUE "InternalName", "SDL_sound\0"
VALUE "LegalCopyright", "Copyright � 2023 Ryan C. Gordon\0"
VALUE "OriginalFilename", "SDL2_sound.dll\0"
VALUE "ProductName", "Simple DirectMedia Layer\0"
VALUE "ProductVersion", "2, 0, 1, 0\0"
VALUE "ProductVersion", "2, 0, 2, 0\0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit e731e61

Please sign in to comment.