diff options
author | Maria Matejka <mq@ucw.cz> | 2022-07-13 12:02:34 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-07-13 12:02:34 +0200 |
commit | 5be34f5ab4aa0c8852db6bf19cad5e81f46640e3 (patch) | |
tree | 8a935db40e88b3e79200bc6a8b1b730ea8fe1439 /sysdep/config.h | |
parent | 4ec443b5c283fc4f37629bc38ef3730e0a7cc932 (diff) | |
parent | 7e9cede1fd1878fb4c00e793bccd0ca6c18ad452 (diff) |
Merge commit '7e9cede1fd1878fb4c00e793bccd0ca6c18ad452' into thread-next
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 */ |