seoz pushed a commit to branch master.

commit 19491ac0bb972fb490668aa6d84e5d64fa1b4be6
Author: Daniel Juyung Seo <[email protected]>
Date:   Fri May 3 21:40:03 2013 +0900

    config.c: bump up the CONF_VER to 2 because I just added a new 
configuration for tab_zoom.
---
 src/bin/config.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/config.c b/src/bin/config.c
index 379c40c..e360ed0 100644
--- a/src/bin/config.c
+++ b/src/bin/config.c
@@ -5,7 +5,7 @@
 #include "config.h"
 #include "main.h"
 
-#define CONF_VER 1
+#define CONF_VER 2
 
 #define LIM(v, min, max) {if (v >= max) v = max; else if (v <= min) v = min;}
 

-- 

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2

Reply via email to