diff options
author | Maria Matejka <mq@ucw.cz> | 2022-02-07 22:35:05 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-02-07 22:36:57 +0100 |
commit | 935c066402d56d9b01ae41527c2e760d189b01f9 (patch) | |
tree | 9f41a426d83f499b5a5b583c87938c5db1db4fd8 /sysdep | |
parent | a6fc31f153f4d6ad2fa7f63a4ba137fc263f4200 (diff) |
NEWS and version update
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 55be90f0..2425b666 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.8" +#define BIRD_VERSION "3.0-alpha0" #endif /* Include parameters determined by configure script */ |