瀏覽代碼

Updated version number to 1.5

Thomas Davis 12 年之前
父節點
當前提交
826328d4d0
共有 4 個文件被更改,包括 15 次插入5 次删除
  1. 10 0
      RELEASE_NOTES.md
  2. 2 2
      VS2012/civetweb32.aip
  3. 2 2
      VS2012/civetweb64.aip
  4. 1 1
      src/civetweb.c

+ 10 - 0
RELEASE_NOTES.md

@@ -1,3 +1,13 @@
+Release Notes v1.5 (UNDER DEVELOPMENT)
+===
+### Objectives: *TBD*
+In planning.
+
+Changes
+-------
+
+- Updated version numbers.
+
 Release Notes v1.4
 ===
 ### Objectives: *New URI handler interface, feature enhancements, C++ extensions*

+ 2 - 2
VS2012/civetweb32.aip

@@ -7,10 +7,10 @@
     <ROW Property="ARPPRODUCTICON" Value="systray.exe" Type="8"/>
     <ROW Property="ARPURLINFOABOUT" Value="https://sourceforge.net/projects/civetweb/"/>
     <ROW Property="Manufacturer" Value="No Face Press, LLC"/>
-    <ROW Property="ProductCode" Value="1033:{64943D6D-EA29-4E81-B21B-2818B8EC08BA} " Type="16"/>
+    <ROW Property="ProductCode" Value="1033:{1E1D4C2A-62B6-4C34-8F59-13104D51E018} " Type="16"/>
     <ROW Property="ProductLanguage" Value="1033"/>
     <ROW Property="ProductName" Value="Civetweb"/>
-    <ROW Property="ProductVersion" Value="1.2.0" Type="32"/>
+    <ROW Property="ProductVersion" Value="1.5.0" Type="32"/>
     <ROW Property="SecureCustomProperties" Value="OLDPRODUCTS;AI_NEWERPRODUCTFOUND"/>
     <ROW Property="UpgradeCode" Value="{2899A100-4182-4BF0-814A-2FBA957BE3B1}"/>
     <ROW Property="WindowsType9X" MultiBuildValue="DefaultBuild:Windows 9x/ME#Win32_Release:Windows 9x/ME" ValueLocId="-"/>

+ 2 - 2
VS2012/civetweb64.aip

@@ -7,10 +7,10 @@
     <ROW Property="ARPPRODUCTICON" Value="systray.exe" Type="8"/>
     <ROW Property="ARPURLINFOABOUT" Value="https://sourceforge.net/projects/civetweb/"/>
     <ROW Property="Manufacturer" Value="No Face Press, LLC"/>
-    <ROW Property="ProductCode" Value="1033:{64943D6D-EA29-4E81-B21B-2818B8EC08BA} " Type="16"/>
+    <ROW Property="ProductCode" Value="1033:{8BEB0659-799F-4A07-BBAB-1FDB59664D78} " Type="16"/>
     <ROW Property="ProductLanguage" Value="1033"/>
     <ROW Property="ProductName" Value="Civetweb"/>
-    <ROW Property="ProductVersion" Value="1.2.0" Type="32"/>
+    <ROW Property="ProductVersion" Value="1.5.0" Type="32"/>
     <ROW Property="SecureCustomProperties" Value="OLDPRODUCTS;AI_NEWERPRODUCTFOUND"/>
     <ROW Property="UpgradeCode" Value="{2899A100-4182-4BF0-814A-2FBA957BE3B1}"/>
     <ROW Property="WindowsType9X" MultiBuildValue="DefaultBuild:Windows 9x/ME#x64_Release:Windows 9x/ME" ValueLocId="-"/>

+ 1 - 1
src/civetweb.c

@@ -255,7 +255,7 @@ typedef int SOCKET;
 
 #include "civetweb.h"
 
-#define CIVETWEB_VERSION "1.4"
+#define CIVETWEB_VERSION "1.5"
 #define PASSWORDS_FILE_NAME ".htpasswd"
 #define CGI_ENVIRONMENT_SIZE 4096
 #define MAX_CGI_ENVIR_VARS 64