Mercurial > almixer_isolated
comparison ALmixer.h @ 23:ee96f91ba887
Bump version since I've changed the public API a bit.
author | Eric Wing <ewing . public |-at-| gmail . com> |
---|---|
date | Fri, 24 Dec 2010 03:26:58 -0800 |
parents | 58f03008ea05 |
children | 46e82b415520 |
comparison
equal
deleted
inserted
replaced
22:58f03008ea05 | 23:ee96f91ba887 |
---|---|
197 #endif | 197 #endif |
198 | 198 |
199 /* Printable format: "%d.%d.%d", MAJOR, MINOR, PATCHLEVEL | 199 /* Printable format: "%d.%d.%d", MAJOR, MINOR, PATCHLEVEL |
200 */ | 200 */ |
201 #define ALMIXER_MAJOR_VERSION 0 | 201 #define ALMIXER_MAJOR_VERSION 0 |
202 #define ALMIXER_MINOR_VERSION 1 | 202 #define ALMIXER_MINOR_VERSION 2 |
203 #define ALMIXER_PATCHLEVEL 0 | 203 #define ALMIXER_PATCHLEVEL 0 |
204 | 204 |
205 | 205 |
206 /** | 206 /** |
207 * @defgroup CoreOperation Initialization, Tear-down, and Core Operational Commands | 207 * @defgroup CoreOperation Initialization, Tear-down, and Core Operational Commands |