diff options
Diffstat (limited to 'gr-howto-write-a-block')
-rw-r--r-- | gr-howto-write-a-block/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-howto-write-a-block/configure.ac b/gr-howto-write-a-block/configure.ac index af5d4c53a..c475ff615 100644 --- a/gr-howto-write-a-block/configure.ac +++ b/gr-howto-write-a-block/configure.ac @@ -1,5 +1,5 @@ dnl -dnl Copyright 2004,2005 Free Software Foundation, Inc. +dnl Copyright 2004,2005,2007 Free Software Foundation, Inc. dnl dnl This file is part of GNU Radio dnl @@ -24,7 +24,7 @@ AC_PREREQ(2.57) AC_CONFIG_SRCDIR([src/lib/howto.i]) AM_CONFIG_HEADER(config.h) AC_CANONICAL_TARGET([]) -AM_INIT_AUTOMAKE(gr-howto-write-a-block,3.0svn) +AM_INIT_AUTOMAKE(gr-howto-write-a-block,3.1svn) GR_X86_64 dnl LF_CONFIGURE_CC |