From fd1447c9678b8a474c083699b0e517de5d271eb5 Mon Sep 17 00:00:00 2001 From: Andrea Sgattoni Date: Thu, 19 Jun 2014 16:46:04 +0200 Subject: [PATCH] version 1.2.3 --- commons.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons.h b/commons.h index 6ad175d..d53b057 100644 --- a/commons.h +++ b/commons.h @@ -30,7 +30,7 @@ along with piccante. If not, see . #endif //*****VERSION***** -#define CURRENT_VERSION " version 1.2.1" +#define CURRENT_VERSION " version 1.2.3" const std::string common_versionLine = "================ "CURRENT_VERSION" ================";