diff options
author | David Lamparter <equinox@diac24.net> | 2010-03-31 12:12:12 +0200 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2010-03-31 12:12:12 +0200 |
commit | 4b0cf672c5177b8eee4fc3a378956a67c8adae78 (patch) | |
tree | 01b8702b7fb714f1384ca61252d76d9120bd9011 /configure.ac | |
parent | be066ba3fa52ef82754532a419e18c166024cb80 (diff) | |
download | quagga-4b0cf672c5177b8eee4fc3a378956a67c8adae78.tar.bz2 quagga-4b0cf672c5177b8eee4fc3a378956a67c8adae78.tar.xz |
dn42: release 1.1.0-dn42.12quagga_1.1.0-dn42.12
dn42 releases will from now on use even/odd numbers for stable/unstable
versions, so dn42.11 was unstable and dn42.12 is stable.
dn42.12 is dn42.11 with 3 bugfixes. no other changes have been made.
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1563a622..baf932d9 100755 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ ## $Id$ AC_PREREQ(2.53) -AC_INIT(Quagga, [1.1.0-dn42.11], [http://bugzilla.quagga.net]) +AC_INIT(Quagga, [1.1.0-dn42.12], [http://bugzilla.quagga.net]) AC_CONFIG_SRCDIR(lib/zebra.h) AC_CONFIG_MACRO_DIR([m4]) |