Skip to content

Commit

Permalink
Upped version to 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 12, 2003
1 parent 0f0bb32 commit b4de9f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Expand Up @@ -23,7 +23,7 @@ PROJECT_NAME = SDL_sound
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 1.0.0
PROJECT_NUMBER = 1.0.1

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
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 0
#define SOUND_VER_PATCH 1
#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=0
MICRO_VERSION=1
INTERFACE_AGE=0
BINARY_AGE=0
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
Expand Down

0 comments on commit b4de9f2

Please sign in to comment.