Mercurial > SDL_sound_CoreAudio
comparison configure.in @ 132:68d62a7fe33b
Upped version to 0.1.3.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 10 Oct 2001 00:43:39 +0000 |
parents | 5e5adbe0f215 |
children | 1a0cf9aeee2a |
comparison
equal
deleted
inserted
replaced
131:692dfde9564e | 132:68d62a7fe33b |
---|---|
13 # if backwards compatibility has been broken, | 13 # if backwards compatibility has been broken, |
14 # set BINARY_AGE and INTERFACE_AGE to 0. | 14 # set BINARY_AGE and INTERFACE_AGE to 0. |
15 | 15 |
16 MAJOR_VERSION=0 | 16 MAJOR_VERSION=0 |
17 MINOR_VERSION=1 | 17 MINOR_VERSION=1 |
18 MICRO_VERSION=2 | 18 MICRO_VERSION=3 |
19 INTERFACE_AGE=0 | 19 INTERFACE_AGE=0 |
20 BINARY_AGE=0 | 20 BINARY_AGE=0 |
21 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION | 21 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION |
22 | 22 |
23 AC_SUBST(MAJOR_VERSION) | 23 AC_SUBST(MAJOR_VERSION) |