diff options
| author | Alexander Barton <alex@barton.de> | 2010-03-25 15:57:11 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2010-03-25 15:57:11 +0100 |
| commit | 50e8a62c5cfe8eaaeeaaccc5ff577cedf72e848d (patch) | |
| tree | b4bdea814237c6421446a2437a099f9fdf9d33b3 | |
| parent | aa32fec1b6d5d1679ede9e5109c7f6ebe95c0983 (diff) | |
| download | ngircd-rel-16-rc1.tar.gz ngircd-rel-16-rc1.zip | |
ngIRCd release 16~rc1 rel-16-rc1
| -rw-r--r-- | configure.in | 2 | ||||
| -rw-r--r-- | contrib/Debian/changelog | 6 | ||||
| -rw-r--r-- | contrib/ngircd.spec | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/configure.in b/configure.in index f80e8a96..153ec579 100644 --- a/configure.in +++ b/configure.in @@ -12,7 +12,7 @@ # -- Initialisation -- AC_PREREQ(2.50) -AC_INIT(ngircd, 15) +AC_INIT(ngircd, 16~rc1) AC_CONFIG_SRCDIR(src/ngircd/ngircd.c) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.6) diff --git a/contrib/Debian/changelog b/contrib/Debian/changelog index 0f76b3de..4bab6480 100644 --- a/contrib/Debian/changelog +++ b/contrib/Debian/changelog @@ -1,3 +1,9 @@ +ngircd (16~rc1-0ab1) unstable; urgency=low + + * New "upstream" release candidate 1 for ngIRCd Release 16. + + -- Alexander Barton <alex@barton.de> Thu, 25 Mar 2010 15:56:03 +0100 + ngircd (15-0ab1) unstable; urgency=low * New "upstream" release: ngIRCd 15. diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec index bce620aa..d83ff702 100644 --- a/contrib/ngircd.spec +++ b/contrib/ngircd.spec @@ -1,5 +1,5 @@ %define name ngircd -%define version 15 +%define version 16~rc1 %define release 1 %define prefix %{_prefix} |