diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | image.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -VERSION = git-20120824 +VERSION = git-20120829 PREFIX = /usr/local MANPREFIX = $(PREFIX)/share/man @@ -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; |