Browse Source

From: Emmanuel Deloget <logout@free.fr>
Date: Mon, 7 May 2012 10:39:03 +0200
Subject: [PATCH 01/17] remove the definition of VERSION, as it's always
defined (and correct) in config.h



git-svn-id: https://klish.googlecode.com/svn/trunk@606 0eaa4687-2ee9-07dd-09d9-bcdd2d2dd5fb

Serj Kalichev 12 years ago
parent
commit
5450a45832
1 changed files with 0 additions and 3 deletions
  1. 0 3
      bin/clish.cpp

+ 0 - 3
bin/clish.cpp

@@ -27,9 +27,6 @@
 #include "clish/shell.h"
 #include "clish/internal.h"
 
-#ifndef VERSION
-#define VERSION 1.2.2
-#endif
 #define QUOTE(t) #t
 /* #define version(v) printf("%s\n", QUOTE(v)) */
 #define version(v) printf("%s\n", v)