s3d (0.2.1.1-5) version_number.patch

Summary

 CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

Description: Correct version number for soname and pkg-config
Origin: backport, http://git.berlios.de/cgi-bin/gitweb.cgi?p=s3d;a=commit;h=6485f87317bd9a688e0b21c67c87d7cff763138e
Author: Sven Eckelmann <sven.eckelmann@gmx.de>

---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d63e97db3b47a77bc31d45960118dcce767f026e..c7e5c240da0631ac523dbec076d73a2cc8a3fb11 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
 project(s3d C)
-set(VERSION 0.2.1)
+set(VERSION 0.2.1.1)
 
 # we require cmake 2.6.3 or higher
 cmake_minimum_required(VERSION 2.6.3)