diff options
author | Maria Matejka <mq@ucw.cz> | 2022-07-10 14:19:24 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-07-10 14:19:24 +0200 |
commit | 7e9cede1fd1878fb4c00e793bccd0ca6c18ad452 (patch) | |
tree | a61f837bcbda9aac2c6278d6f3e256e17b41aac3 /sysdep/config.h | |
parent | 652be92a21f5575e5f74f6abe98eb4200b86776c (diff) | |
parent | b867c798c3e42c875311a79fe53a36d4a5bfd126 (diff) |
Merge version 2.0.10 into backport
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 */ |