commit db0412792f432a9ec29630815effbc818ec446d7
parent ae447d34785f2173660b963028b753182c541a5e
Author: vaplv <vincent.forest@meso-star.com>
Date: Mon, 29 May 2017 11:03:38 +0200
Merge branch 'release-1.3'
Diffstat:
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -26,6 +26,14 @@ from the cmake/CMakeLists.txt file by appending the RCMake and RSys
install directories to the `CMAKE_PREFIX_PATH` variable. The resulting project
can be edited, built, tested and installed as any CMake project.
+## Release notes
+
+### Version 1.3
+
+- Add the `aw_obj_purge` and `aw_mtl_purge` functions that not only reset the
+state of the loaders, as the `aw_obj_clear` and `aw_mtl_clear` functions, but
+also free their internal memory.
+
## License
AW is Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr). It is a free
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -48,7 +48,7 @@ add_library(aw SHARED ${AW_FILES_SRC} ${AW_FILES_INC})
target_link_libraries(aw RSys)
set(VERSION_MAJOR 1)
-set(VERSION_MINOR 2)
+set(VERSION_MINOR 3)
set(VERSION_PATCH 0)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
set_target_properties(aw PROPERTIES