diff options
author | William Jon McCann <jmccann@redhat.com> | 2009-08-23 14:23:14 -0400 |
---|---|---|
committer | William Jon McCann <jmccann@redhat.com> | 2009-08-23 14:23:14 -0400 |
commit | 81793fb829121aa2b7ddcef209746e53728c2ab5 (patch) | |
tree | 19cffb747f95c49a60950144563539909819cd3d | |
parent | 3a5d0b310f9d957e35895819693fe32189a65614 (diff) |
release 0.40.4
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -1,4 +1,16 @@ ============== +Version 0.4 +============== + + * add screen-capture as a copy of camera-shutter + +============== +Version 0.3 +============== + + * add camera-shutter + +============== Version 0.2 ============== diff --git a/configure.ac b/configure.ac index 58d6ff8..09bb065 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.60]) AC_INIT([sound-theme-freedesktop], - [0.3], + [0.4], [http://bugzilla.freedesktop.org/enter_bug.cgi?product=sound-theme-freedesktop]) AC_CONFIG_SRCDIR([index.theme.in]) |