diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2021-03-18 20:18:38 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2021-03-18 20:18:38 +0100 |
commit | 82f19ba95e421f00a8e99a866a2b8d9bbdba6cdc (patch) | |
tree | 76646db2918fac56d48745f33a827772801efb56 /sysdep | |
parent | f1ffe6a23144a4b13f020194f23055ac8c20dea6 (diff) |
NEWS and version updatev2.0.8
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 fee1e7d1..55be90f0 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.7" +#define BIRD_VERSION "2.0.8" #endif /* Include parameters determined by configure script */ |