From 0726a096684258a063bacb8bedb45ab662009848 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Sat, 1 Mar 2014 16:41:30 +0000 Subject: [PATCH] Version bump. --- libethereum/Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libethereum/Common.h b/libethereum/Common.h index 608ebc7e5..2308116cf 100644 --- a/libethereum/Common.h +++ b/libethereum/Common.h @@ -24,7 +24,7 @@ #pragma once // define version -#define ETH_VERSION 0.3.9 +#define ETH_VERSION 0.3.10 // way to many uint to size_t warnings in 32 bit build #ifdef _M_IX86