Author: jcorgan Date: 2007-10-11 21:30:11 -0600 (Thu, 11 Oct 2007) New Revision: 6620
Modified: gnuradio/branches/releases/3.1/configure.ac gnuradio/branches/releases/3.1/debian/changelog gnuradio/branches/releases/3.1/gr-howto-write-a-block/configure.ac Log: Update revision level to 3.1.0rc0 Modified: gnuradio/branches/releases/3.1/configure.ac =================================================================== --- gnuradio/branches/releases/3.1/configure.ac 2007-10-12 03:09:50 UTC (rev 6619) +++ gnuradio/branches/releases/3.1/configure.ac 2007-10-12 03:30:11 UTC (rev 6620) @@ -22,7 +22,7 @@ AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST AC_CANONICAL_TARGET([]) -AM_INIT_AUTOMAKE(gnuradio,3.0svn) +AM_INIT_AUTOMAKE(gnuradio,3.1.0rc0) AC_CONFIG_SRCDIR([gnuradio-core/src/lib/runtime/gr_vmcircbuf.cc]) DEFINES="" Modified: gnuradio/branches/releases/3.1/debian/changelog =================================================================== --- gnuradio/branches/releases/3.1/debian/changelog 2007-10-12 03:09:50 UTC (rev 6619) +++ gnuradio/branches/releases/3.1/debian/changelog 2007-10-12 03:30:11 UTC (rev 6620) @@ -1,5 +1,6 @@ -gnuradio (3.0.svn) unstable; urgency=low +gnuradio (3.1.0rc0) unstable; urgency=low + * new stable release series * add/split packages to cover entire GNU Radio distribution * fix build failure with gcc-4.3 by adding a #include, closes: #420896 * update copyright assertion on the debian/ contents, since I have Modified: gnuradio/branches/releases/3.1/gr-howto-write-a-block/configure.ac =================================================================== --- gnuradio/branches/releases/3.1/gr-howto-write-a-block/configure.ac 2007-10-12 03:09:50 UTC (rev 6619) +++ gnuradio/branches/releases/3.1/gr-howto-write-a-block/configure.ac 2007-10-12 03:30:11 UTC (rev 6620) @@ -24,7 +24,7 @@ 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.1.0rc0) GR_X86_64 dnl LF_CONFIGURE_CC _______________________________________________ Commit-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnuradio
