Repository : ssh://git@open-mesh.org/alfred
On branch : master
commit 6c0ee6f88189e5099c56190c6252bb9e09f2ec50 Author: Simon Wunderlich siwu@hrz.tu-chemnitz.de Date: Sun Jul 28 20:21:24 2013 +0200
alfred: Start new development cycle
Signed-off-by: Simon Wunderlich siwu@hrz.tu-chemnitz.de
6c0ee6f88189e5099c56190c6252bb9e09f2ec50 alfred.h | 2 +- vis/vis.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/alfred.h b/alfred.h index 3d2b439..c82483c 100644 --- a/alfred.h +++ b/alfred.h @@ -20,7 +20,7 @@ */
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2013.3.0" +#define SOURCE_VERSION "2013.4.0" #endif
#include <stdint.h> diff --git a/vis/vis.h b/vis/vis.h index 9994674..3423066 100644 --- a/vis/vis.h +++ b/vis/vis.h @@ -41,7 +41,7 @@
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2013.3.0" +#define SOURCE_VERSION "2013.4.0" #endif
#define ALFRED_SOCK_PATH "/var/run/alfred.sock"