-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | NEWS.xml | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 10 insertions, 1 deletions
@@ -1,2 +1,6 @@ +0.0.4 () + - Added the word 'sidebar' to the extension name so that you don't have to look hard for it + - UI polishing + - code cosmetics 0.0.3 (November 6th, 2006) - Firefox 2.0 compatibility @@ -1,4 +1,9 @@ <?xml version="1.0" encoding="us-ascii"?> <news> + <version version="0.0.4" date=""> + <ni>Added the word 'sidebar' to the extension name so that you don't have to look hard for it</ni> + <ni>UI polishing</ni> + <ni>code cosmetics</ni> + </version> <version version="0.0.3" date="November 6th, 2006"> <ni>Firefox 2.0 compatibility</ni> diff --git a/configure.ac b/configure.ac index 9f3ebe1..da6fa07 100644 --- a/configure.ac +++ b/configure.ac @@ -1,3 +1,3 @@ -AC_INIT([fireflix], [0.0.3], [fireflix-bugs@klever.net]) +AC_INIT([fireflix], [0.0.4], [fireflix-bugs@klever.net]) AC_CONFIG_SRCDIR([install.rdf.in]) AM_INIT_AUTOMAKE([dist-bzip2]) |