diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2019-02-26 18:19:35 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2019-02-26 18:21:39 +0100 |
commit | b9deced219cfda2afe8604b24351ae10ac56f98b (patch) | |
tree | b2e49fb37503a37900ce35bb245d65a3a9855379 /sysdep/config.h | |
parent | 7c36eb3e8bd7d06f65dc7319d42b6abe782c5b89 (diff) |
NEWS and version updatev2.0.4
Diffstat (limited to 'sysdep/config.h')
-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 96db1e7d..ab5f12a6 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.3" +#define BIRD_VERSION "2.0.4" #endif /* Include parameters determined by configure script */ |