diff options
Diffstat (limited to 'include/apu_version.h')
-rw-r--r-- | include/apu_version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/apu_version.h b/include/apu_version.h index 3f263fe..7435084 100644 --- a/include/apu_version.h +++ b/include/apu_version.h @@ -53,13 +53,13 @@ * Minor API changes that do not cause binary compatibility problems. * Reset to 0 when upgrading APU_MAJOR_VERSION */ -#define APU_MINOR_VERSION 4 +#define APU_MINOR_VERSION 5 /** patch level * The Patch Level never includes API changes, simply bug fixes. * Reset to 0 when upgrading APR_MINOR_VERSION */ -#define APU_PATCH_VERSION 1 +#define APU_PATCH_VERSION 2 /** * The symbol APU_IS_DEV_VERSION is only defined for internal, |