mirror of
https://github.com/neocturne/libuecc.git
synced 2025-03-04 17:03:31 +01:00
libuecc v6
This commit is contained in:
parent
fd6b95b775
commit
bb4fcb9328
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
libuecc v6 (in development)
|
libuecc v6 (2015/10/25)
|
||||||
|
|
||||||
* Fixes a bug which might have caused a point's y coordinate to be negated
|
* Fixes a bug which might have caused a point's y coordinate to be negated
|
||||||
in certain circumstances when the point was stored in packed
|
in certain circumstances when the point was stored in packed
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
cmake_minimum_required(VERSION 2.6)
|
cmake_minimum_required(VERSION 2.6)
|
||||||
project(LIBUECC C)
|
project(LIBUECC C)
|
||||||
set(PROJECT_VERSION 5)
|
set(PROJECT_VERSION 6)
|
||||||
|
|
||||||
set(CMAKE_MODULE_PATH ${LIBUECC_SOURCE_DIR})
|
set(CMAKE_MODULE_PATH ${LIBUECC_SOURCE_DIR})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue