aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--image.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b2aa5f4..3080b79 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = git-20120824
+VERSION = git-20120829
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man
diff --git a/image.c b/image.c
index cf4ec35..d147c1b 100644
--- a/image.c
+++ b/image.c
@@ -31,7 +31,7 @@
#include "util.h"
#include "config.h"
-enum { MIN_GIF_DELAY = 50 };
+enum { MIN_GIF_DELAY = 25 };
float zoom_min;
float zoom_max;