@@ -1,6 +1,15 @@
+Release Notes v1.7 (Under Development)
+===
+### Objectives: *???*
+
+Changes
+-------
+- Updated version number
Release Notes v1.6
===
-### Objectives: *Enhance Lua support, configuration dialog for windows, new examples, bug fixes and updates"
+### Objectives: *Enhance Lua support, configuration dialog for windows, new examples, bug fixes and updates*
Changes
-------
@@ -41,7 +41,7 @@
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
- <PlatformToolset>v110_xp</PlatformToolset>
+ <PlatformToolset>v100</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
@@ -4,7 +4,7 @@
#
################################################################################
-CIVETWEB_VERSION = 1.6
+CIVETWEB_VERSION = 1.7
CIVETWEB_SITE = http://github.com/bel2125/civetweb/tarball/v$(CIVETWEB_VERSION)
CIVETWEB_LICENSE = MIT
CIVETWEB_LICENSE_FILES = LICENSE.md
@@ -24,7 +24,7 @@
#define CIVETWEB_HEADER_INCLUDED
#ifndef CIVETWEB_VERSION
-#define CIVETWEB_VERSION "1.6"
+#define CIVETWEB_VERSION "1.7"
#endif
#ifndef CIVETWEB_API