From 6d592a44605f690b332472d00051f9c3d485765c Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Mon, 31 Aug 2015 12:53:24 +0200 Subject: [PATCH] drifting ships do not take damage (forum debate), version update --- conf/e2/config.xml | 1 + src/buildno.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/e2/config.xml b/conf/e2/config.xml index b97abcea4..00b0a0d86 100644 --- a/conf/e2/config.xml +++ b/conf/e2/config.xml @@ -100,6 +100,7 @@ + diff --git a/src/buildno.h b/src/buildno.h index ba737a69f..05e1213de 100644 --- a/src/buildno.h +++ b/src/buildno.h @@ -1,3 +1,3 @@ #define VERSION_MAJOR 3 #define VERSION_MINOR 6 -#define VERSION_BUILD 1 +#define VERSION_BUILD 2