From d29f210161055548ba1568c395d366970f8806ab Mon Sep 17 00:00:00 2001 From: badaix Date: Wed, 19 Aug 2015 18:40:08 +0200 Subject: [PATCH] v0.3.1 --- client/Makefile | 2 +- server/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/Makefile b/client/Makefile index dd1df855..cabccbe1 100644 --- a/client/Makefile +++ b/client/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.2.96 +VERSION = 0.3.1 TARGET = snapclient SHELL = /bin/bash diff --git a/server/Makefile b/server/Makefile index 8cc5669d..651d79d0 100644 --- a/server/Makefile +++ b/server/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.2.96 +VERSION = 0.3.1 TARGET = snapserver SHELL = /bin/bash