From 174e5b3cd6a375aaaa09d1a3601ec9aa345a7079 Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Wed, 5 Oct 2011 21:07:56 +1100 Subject: [PATCH] ^ version bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5d22310..f1e8148 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ SET(CNAME "json2torrent") -SET(VERSION 0.02) +SET(VERSION 0.03) PROJECT(${CNAME} C) CMAKE_MINIMUM_REQUIRED(VERSION 2.6)