Bladeren bron

Update version number

bel 11 jaren geleden
bovenliggende
commit
ec8c557589
4 gewijzigde bestanden met toevoegingen van 13 en 4 verwijderingen
  1. 10 1
      RELEASE_NOTES.md
  2. 1 1
      VS2012/civetweb_lua/civetweb_lua.vcxproj
  3. 1 1
      contrib/buildroot/civetweb.mk
  4. 1 1
      include/civetweb.h

+ 10 - 1
RELEASE_NOTES.md

@@ -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
 -------

+ 1 - 1
VS2012/civetweb_lua/civetweb_lua.vcxproj

@@ -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>

+ 1 - 1
contrib/buildroot/civetweb.mk

@@ -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

+ 1 - 1
include/civetweb.h

@@ -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