diff options
author | Maria Matejka <mq@ucw.cz> | 2023-06-22 17:25:18 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2023-06-22 17:25:18 +0200 |
commit | 5f2ecb2298a6fe4b2fcd9efc0b39c36202496c2c (patch) | |
tree | cbce11eb8987f9b505a304d17e0e8d31651caf67 /sysdep | |
parent | f8bcb037b5b71a19209f1b63d52895c8c34c675b (diff) | |
parent | 52bae235b716a3c8d629ddf1306178568c69833f (diff) |
Merge tag 'v2.13.1'
Diffstat (limited to 'sysdep')
-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 80b8d671..cf5787d0 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.13" +#define BIRD_VERSION "2.13.1" #endif /* Include parameters determined by configure script */ |