diff options
author | erdgeist <erdgeist@erdgeist.org> | 2025-08-15 12:42:40 +0200 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2025-08-15 12:42:40 +0200 |
commit | 30325d24d107dbf133da39f7c96d1510fd1c9449 (patch) | |
tree | 932baa5b2a4475821f16dccf9e3e05011daa6d92 /version.h | |
parent | 9022d768021bbe15c7815cc6f8b64218b46f0e10 (diff) |
Bump to codec2 version 1.2.0erdgeist-bump-to-1.2.0
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -29,9 +29,9 @@ | |||
29 | #ifndef CODEC2_HAVE_VERSION | 29 | #ifndef CODEC2_HAVE_VERSION |
30 | #define CODEC2_HAVE_VERSION | 30 | #define CODEC2_HAVE_VERSION |
31 | 31 | ||
32 | #define CODEC2_VERSION_MAJOR 0 | 32 | #define CODEC2_VERSION_MAJOR 1 |
33 | #define CODEC2_VERSION_MINOR 9 | 33 | #define CODEC2_VERSION_MINOR 2 |
34 | #define CODEC2_VERSION_PATCH 2 | 34 | /* #undef CODEC2_VERSION_PATCH */ |
35 | #define CODEC2_VERSION "0.9.2" | 35 | #define CODEC2_VERSION "1.2.0" |
36 | 36 | ||
37 | #endif //CODEC2_HAVE_VERSION | 37 | #endif //CODEC2_HAVE_VERSION |