2006-01-21 Stefan Jahn <stefan@lkcc.org>

* configure.ac: Released version 0.0.8 and bumped up to version
        0.0.9.
This commit is contained in:
ela 2006-01-21 22:48:41 +00:00
parent 75b269525d
commit 3c4c260ef8
3 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-01-21 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Released version 0.0.8 and bumped up to version
0.0.9.
2006-01-18 Stefan Jahn <stefan@lkcc.org>
* qucs-filter/qf_filter.cpp: Lowpass/Highpass/Bandpass of

3
NEWS
View File

@ -23,6 +23,9 @@ This file lists user visible changes that were made between releases. For
more verbose descriptions of these and internal changes see the ChangeLog
files.
Version 0.0.9
-------------
Version 0.0.8
-------------

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
AC_INIT(qucs,0.0.8,qucs-bugs@lists.sourceforge.net)
AC_INIT(qucs,0.0.9,qucs-bugs@lists.sourceforge.net)
AC_CONFIG_SRCDIR([qucs/qucs.cpp])
AC_CONFIG_HEADERS([config.h])