diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2007-02-18 23:48:02 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2007-02-18 23:48:02 +0000 |
commit | 6cfcfdf92b50719e8c08cc933879dae00a484215 (patch) | |
tree | c4bf2963f54b5090286fe0f141a6d6e160a86179 | |
parent | d4589cb29dc06e68e9872316cfcd460c78e6aba3 (diff) |
Added the right version tag.
-rw-r--r-- | bitlbee.h | 2 | ||||
-rw-r--r-- | doc/CHANGES | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -29,7 +29,7 @@ #define _GNU_SOURCE /* Stupid GNU :-P */ #define PACKAGE "BitlBee" -#define BITLBEE_VERSION "BZR" +#define BITLBEE_VERSION "1.1dev" #define VERSION BITLBEE_VERSION #define MAX_STRING 128 diff --git a/doc/CHANGES b/doc/CHANGES index 8e0fde42..8fb53608 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -Version 1.1: +Version 1.1dev: - First BitlBee development/testing RELEASE. This should be quite stable though (and for most people more stable than 1.0.x). It just has a couple of rough edges and needs a bit more testing. |