diff options
author | Maria Matejka <mq@ucw.cz> | 2023-06-22 16:14:12 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2023-06-22 16:14:12 +0200 |
commit | 52bae235b716a3c8d629ddf1306178568c69833f (patch) | |
tree | d42b4a224fcab389d460fb9c2ff1d5daa8030775 /sysdep | |
parent | 1499a335f6f44a0fd85365e404c2a11842d7f75c (diff) |
NEWS and version updatev2.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 */ |