aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitlbee.h2
-rw-r--r--doc/CHANGES2
2 files changed, 2 insertions, 2 deletions
diff --git a/bitlbee.h b/bitlbee.h
index f068aeac..f82f763a 100644
--- a/bitlbee.h
+++ b/bitlbee.h
@@ -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.