diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2019-10-11 00:18:38 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2019-10-11 00:18:38 +0200 |
commit | b000a94275d7bb81868b9d6ad7582e5a3939532a (patch) | |
tree | e65a6489940c8eb5b6733681ce9930f78dbaa480 /sysdep | |
parent | 6c9cda6f924ec400e6e55ed009bfaf7a7fd9819d (diff) |
NEWS and version updatev2.0.7
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 4ca01297..fee1e7d1 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.6" +#define BIRD_VERSION "2.0.7" #endif /* Include parameters determined by configure script */ |