summaryrefslogtreecommitdiff
path: root/recordmydesktop
diff options
context:
space:
mode:
Diffstat (limited to 'recordmydesktop')
-rw-r--r--recordmydesktop/ChangeLog3
-rw-r--r--recordmydesktop/configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/recordmydesktop/ChangeLog b/recordmydesktop/ChangeLog
index a254e8c..f4f8705 100644
--- a/recordmydesktop/ChangeLog
+++ b/recordmydesktop/ChangeLog
@@ -1,3 +1,6 @@
+/*VERSION 0.3.0r1*/
+*Fixed paused function, which was broken in 0.3.0
+
/*VERSION 0.3.0*/
*Implemented cache functionality
(Encoding by default happens right after the recording)
diff --git a/recordmydesktop/configure.ac b/recordmydesktop/configure.ac
index c8dae65..894eeb3 100644
--- a/recordmydesktop/configure.ac
+++ b/recordmydesktop/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ(2.59)
AC_INIT(src/recordmydesktop.c)
-AM_INIT_AUTOMAKE(recordmydesktop,0.3.0,)
+AM_INIT_AUTOMAKE(recordmydesktop,0.3.0r1,)
AC_CONFIG_SRCDIR([src/recordmydesktop.c])
AM_CONFIG_HEADER(config.h)
© All Rights Reserved