diff options
author | Maria Matejka <mq@ucw.cz> | 2023-05-11 11:37:48 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2023-05-11 11:41:01 +0200 |
commit | deb303a451d38fad10ebcf66a7f3dac9f05079fa (patch) | |
tree | 40311a073750dbbbef38be3132af49ade429c319 /sysdep | |
parent | 92d934f0d191e56c3fe172b40cfcc2dd49087bdb (diff) |
NEWS and version updatev3.0-alpha2
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 ec66a353..415b9dfc 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 "3.0alpha1" +#define BIRD_VERSION "3.0alpha2" #endif /* Include parameters determined by configure script */ |