diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2019-01-05 00:38:37 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2019-01-05 00:38:37 +0100 |
commit | 3e60932a289e55e212dec1cbaf3bca44b2bbaeb8 (patch) | |
tree | 3f9b283127f069cb342389de9b25fa9169d83369 /sysdep | |
parent | d7e8f00e7e35daff9bcf96aa455ebc6f932d0882 (diff) |
NEWS and version updatev2.0.3
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 393f0281..96db1e7d 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.2" +#define BIRD_VERSION "2.0.3" #endif /* Include parameters determined by configure script */ |