summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 767dc29..338bfbf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+0.0.4 - Dec 19, 2011
+====================
+
+Changes since 0.0.3:
+
+- Fix silly mistakes in udev rules file.
+
0.0.3 - Dec 16, 2011
====================
diff --git a/configure.ac b/configure.ac
index e7c8c4c..877133e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libosinfo], [0.0.3], [virt-tools-list@redhat.com])
+AC_INIT([libosinfo], [0.0.4], [virt-tools-list@redhat.com])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.11.1 foreign color-tests])