Bumping up the version number. - thingmenu - A simple graphical menu launcher for X11.
 (HTM) git clone git://bitreich.org/thingmenu
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) LICENSE
       ---
 (DIR) commit e9c6212512c0054e862f15cc3af6abd9f63fa10f
 (DIR) parent 61b006b04f39ed482d927c73e7d826c5191329c1
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Thu, 30 Jun 2011 20:05:59 +0200
       
       Bumping up the version number.
       
       Diffstat:
         M config.mk                           |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/config.mk b/config.mk
       @@ -1,11 +1,11 @@
        # thingmenu metadata
        NAME = thingmenu
       -VERSION = 0.2
       +VERSION = 0.4
        
        # Customize below to fit your system
        
        # paths
       -PREFIX ?= /usr
       +PREFIX ?= /usr/local
        MANPREFIX = ${PREFIX}/share/man
        
        X11INC = /usr/X11R6/include