diff options
author | Martin Mares <mj@ucw.cz> | 2000-06-09 06:45:48 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-06-09 06:45:48 +0000 |
commit | 2d176ac5d22b08c25ac277821e3daef3a6f2ae23 (patch) | |
tree | de13d0c053fb43ed20a2f1723de760359c0342ac /sysdep/config.h | |
parent | 99955b54be850fad280a556ca80dc21374d2c5b7 (diff) |
Released as 1.0.0, but marked it as a BETA version.
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 cee980c4..42ec4088 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -7,7 +7,7 @@ #define _BIRD_CONFIG_H_ /* BIRD version */ -#define BIRD_VERSION "0.0.0" +#define BIRD_VERSION "1.0.0" /* Include parameters determined by configure script */ #include "sysdep/autoconf.h" |