Comparing version 2.0.2 to 2.0.3
@@ -11,3 +11,3 @@ cmake_minimum_required(VERSION 2.8) | ||
add_subdirectory(${LIBRG_VENDOR_FOLDER}/enet${LIBRG_POSTFIX}) | ||
add_subdirectory(${LIBRG_VENDOR_FOLDER}/enet${LIBRG_POSTFIX} ${CMAKE_CURRENT_BINARY_DIR}/enet${LIBRG_POSTFIX}) | ||
@@ -14,0 +14,0 @@ include_directories(include |
{ | ||
"name": "librg.c", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Pure C library for building simple and elegant cross-platform mmo client-server solutions.", | ||
@@ -5,0 +5,0 @@ "main": "include/librg.h", |
137685