Skip to content
Snippets Groups Projects
Commit ca36c5f6 authored by Amorilia's avatar Amorilia
Browse files

Version bump and changelog update.

parent e4056410
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = Niflib
PROJECT_NUMBER = 0.7.2
PROJECT_NUMBER = 0.7.3
OUTPUT_DIRECTORY = doc
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
......
......@@ -631,3 +631,7 @@
class. This allows users of the library to register new NIF object or
overwrite exiting ones without recompiling the library.
* Restored some missing function implementations.
==Version 0.7.3==
* AsQuaternion is now a const member function.
......@@ -328,7 +328,7 @@
<Tool
Name="VCLinkerTool"
OutputFile="bin\niflib.dll"
Version="0.7.2"
Version="0.7.3"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary="lib/niflib_dll.lib"
......@@ -403,7 +403,7 @@
<Tool
Name="VCLinkerTool"
OutputFile="bin\niflib_x64.dll"
Version="0.7.2"
Version="0.7.3"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary="lib/niflib_dll.lib"
......@@ -479,7 +479,7 @@
<Tool
Name="VCLinkerTool"
OutputFile="bin\niflib_debug.dll"
Version="0.7.2"
Version="0.7.3"
GenerateDebugInformation="true"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
......@@ -556,7 +556,7 @@
<Tool
Name="VCLinkerTool"
OutputFile="bin\niflib_debug_x64.dll"
Version="0.7.2"
Version="0.7.3"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary="lib/niflib_dll_debug.lib"
......
......@@ -328,7 +328,7 @@
<Tool
Name="VCLinkerTool"
OutputFile="bin\niflib.dll"
Version="0.7.2"
Version="0.7.3"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary="lib/niflib_dll.lib"
......@@ -403,7 +403,7 @@
<Tool
Name="VCLinkerTool"
OutputFile="bin\niflib_x64.dll"
Version="0.7.2"
Version="0.7.3"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary="lib/niflib_dll.lib"
......@@ -479,7 +479,7 @@
<Tool
Name="VCLinkerTool"
OutputFile="bin\niflib_debug.dll"
Version="0.7.2"
Version="0.7.3"
GenerateDebugInformation="true"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
......@@ -556,7 +556,7 @@
<Tool
Name="VCLinkerTool"
OutputFile="bin\niflib_debug_x64.dll"
Version="0.7.2"
Version="0.7.3"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary="lib/niflib_dll_debug.lib"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment