tPass -DVERSION=\"${VERSION}\" and use that when printing the rat - ratox - FIFO based tox client
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit e00e05d555e3fa031dead6751506aeeba86eb3ed
 (DIR) parent d1fb7fe56044bfc7b628d084c9f19ee44ef00aa2
 (HTM) Author: sin <sin@2f30.org>
       Date:   Mon, 15 Sep 2014 20:47:40 +0100
       
       Pass -DVERSION=\"${VERSION}\" and use that when printing the rat
       
       Diffstat:
         M config.mk                           |       2 +-
         M ratatox.c                           |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/config.mk b/config.mk
       t@@ -7,6 +7,6 @@ MANPREFIX = $(PREFIX)/share/man
        
        CC = cc
        LD = $(CC)
       -CPPFLAGS =
       +CPPFLAGS = -DVERSION=\"${VERSION}\"
        CFLAGS   = -I/usr/local/include -Wall -Wunused $(CPPFLAGS)
        LDFLAGS  = -L/usr/local/lib -ltoxcore
 (DIR) diff --git a/ratatox.c b/ratatox.c
       t@@ -164,7 +164,7 @@ printrat(void)
                printf("                         \\ /     \\,\n");
                printf("                         `+'(  (   \\    )\n");
                printf("                            //  \\   |_./\n");
       -        printf("                          '~' '~----'\tratatox v0.0\n");
       +        printf("                          '~' '~----'\tratatox v"VERSION"\n");
                printf("\033[0m");
        }