Skip to content

Commit

Permalink
Upped version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Sep 19, 2001
1 parent c11c410 commit 975cbd3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions SDL_sound.h
Expand Up @@ -61,6 +61,11 @@
extern "C" {
#endif

#define SOUND_VER_MAJOR 0
#define SOUND_VER_MINOR 1
#define SOUND_VER_PATCH 1


/*
* These are flags that are used in a Sound_Sample (below) to show various
* states.
Expand Down Expand Up @@ -141,10 +146,6 @@ typedef struct __SOUND_VERSION__

/* functions and macros... */

#define SOUND_VER_MAJOR 0
#define SOUND_VER_MINOR 1
#define SOUND_VER_PATCH 0

#define SOUND_VERSION(x) { \
(x)->major = SOUND_VER_MAJOR; \
(x)->minor = SOUND_VER_MINOR; \
Expand Down

0 comments on commit 975cbd3

Please sign in to comment.