Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Upped version to 1.0.2.
  • Loading branch information
icculus committed Apr 17, 2008
1 parent 70424e3 commit a95e0df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Expand Up @@ -5,6 +5,7 @@
04172008 - Look for Speex includes in new directory. Converted all text
encoding from ISO-8859-1 to UTF-8. Fixed "make dist" script for
dealing with Subversion instead of CVS. Added Speex to the README.
Upped version to 1.0.2.
04112008 - Check if Speex header has bogus data (CVE-2008-1686).
08062007 - Updated my email address.
07152007 - Minor correction in Timidity resampling code (Thanks, Sam!).
Expand Down
2 changes: 1 addition & 1 deletion SDL_sound.h
Expand Up @@ -85,7 +85,7 @@ extern "C" {

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


Expand Down
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -15,7 +15,7 @@ dnl ---------------------------------------------------------------------

MAJOR_VERSION=1
MINOR_VERSION=0
MICRO_VERSION=1
MICRO_VERSION=2
INTERFACE_AGE=0
BINARY_AGE=0
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
Expand Down

0 comments on commit a95e0df

Please sign in to comment.