diff options
Diffstat (limited to 'sysdep/config.h')
-rw-r--r-- | sysdep/config.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdep/config.h b/sysdep/config.h index e529cd86..d740ff06 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -7,7 +7,7 @@ #define _BIRD_CONFIG_H_ /* BIRD version */ -#define BIRD_VERSION "1.6.3" +#define BIRD_VERSION "2.0.0-pre1" /* Include parameters determined by configure script */ #include "sysdep/autoconf.h" @@ -24,7 +24,6 @@ #include "sysdep/paths.h" /* Types */ - #include <stdint.h> typedef int8_t s8; typedef uint8_t u8; |