diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2022-06-16 02:58:37 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2022-06-16 02:58:37 +0200 |
commit | b867c798c3e42c875311a79fe53a36d4a5bfd126 (patch) | |
tree | eadc33d3e86f527844bc79874b5602da9b2b1614 /sysdep/config.h | |
parent | 141fb51f1a3c22c45025426775c00f66c06406a7 (diff) |
Diffstat (limited to 'sysdep/config.h')
-rw-r--r-- | sysdep/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/config.h b/sysdep/config.h index b0531844..5cdadbb0 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -13,7 +13,7 @@ #ifdef GIT_LABEL #define BIRD_VERSION XSTR1(GIT_LABEL) #else -#define BIRD_VERSION "2.0.9" +#define BIRD_VERSION "2.0.10" #endif /* Include parameters determined by configure script */ |