summary refs log tree commit diff
path: root/configure.in
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2008-05-13 16:12:15 +0200
committerAlexander Barton <alex@barton.de>2008-05-13 16:12:15 +0200
commit9486bc7465022657ca8d207827a848c5be5d0618 (patch)
tree035a45c6ae3ba813a71d0e8ecb466d89f3c541aa /configure.in
parentd02b0835436185b0a035eea75f667597507388dc (diff)
downloadngircd-9486bc7465022657ca8d207827a848c5be5d0618.tar.gz
ngircd-9486bc7465022657ca8d207827a848c5be5d0618.zip
Update master development branch
- use "dev" instead of "HEAD" as "version number",
- update ChangeLog and NEWS to reflect the 0.12.0 release.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 9b56318b..0f17322a 100644
--- a/configure.in
+++ b/configure.in
@@ -12,7 +12,7 @@
 # -- Initialisation --
 
 AC_PREREQ(2.50)
-AC_INIT(ngircd, HEAD)
+AC_INIT(ngircd, dev)
 AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(1.6)