From d57fc29ddd38b6e29a8a6061588b321dc645d25a Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Thu, 22 Sep 2011 23:48:39 +1100 Subject: [PATCH] ^ version bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 390a694..4072b14 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ SET(CNAME "json2torrent") -SET(VERSION 0.01) +SET(VERSION 0.02) PROJECT(${CNAME} C) CMAKE_MINIMUM_REQUIRED(VERSION 2.6)