From 960026d600d3824832dc83f925962f2d2d5839d7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bert=20M=C3=BCnnich?= <ber.t@gmx.com>
Date: Sun, 16 Oct 2011 15:41:23 +0200
Subject: Mention min/max zoom level in config.def.h

---
 Makefile     | 2 +-
 config.def.h | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 7622799..4191c85 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = git-20111013
+VERSION = git-20111016
 
 CC      = gcc
 CFLAGS  = -ansi -Wall -pedantic -O2
diff --git a/config.def.h b/config.def.h
index b3e1826..6041e61 100644
--- a/config.def.h
+++ b/config.def.h
@@ -35,7 +35,9 @@ static const char * const SEL_COLOR = "#DDDDDD";
  */
 static const scalemode_t SCALE_MODE = SCALE_DOWN;
 
-/* levels (percent) to use when zooming via '-' and '+': */
+/* levels (in percent) to use when zooming via '-' and '+':
+ * (first/last value is used as min/max zoom level)
+ */
 static const float zoom_levels[] = {
 	 12.5,  25.0,  50.0,  75.0,
 	100.0, 150.0, 200.0, 400.0, 800.0
-- 
cgit v1.2.3