summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2006-10-18 19:02:00 (UTC)
committer Michael Krelin <hacker@klever.net>2006-10-18 19:02:00 (UTC)
commit65981784977659461f08b48f537be9f9f77a2112 (patch) (side-by-side diff)
tree0bd17c4f2ffbbad1939ce64f303d639e6b206798
parentf17974a67781a9dea975d1cf37c08f62ba60be08 (diff)
downloadpumpkin-65981784977659461f08b48f537be9f9f77a2112.zip
pumpkin-65981784977659461f08b48f537be9f9f77a2112.tar.gz
pumpkin-65981784977659461f08b48f537be9f9f77a2112.tar.bz2
prepared for 2.7.2 release2.7.2
git-svn-id: http://svn.klever.net/kin/pumpkin/trunk@199 fe716a7a-6dde-0310-88d9-d003556173a8
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--help/pumpkin.rtf4
-rw-r--r--help/pumpkin.xml4
-rw-r--r--install/install.cpp2
-rw-r--r--install/install.rc8
-rw-r--r--pumpkin.rc10
5 files changed, 14 insertions, 14 deletions
diff --git a/help/pumpkin.rtf b/help/pumpkin.rtf
index 0d4c4d0..8358490 100644
--- a/help/pumpkin.rtf
+++ b/help/pumpkin.rtf
@@ -28,8 +28,8 @@ K{\footnote about}
\pard\plain
#{\footnote News}
${\footnote What's New}
-\par\pard\plain\f1\fs24\qc\cf2\b 2.7.2 -
-\par\pard\plain\fi0\li0\f1\fs18 \bullet Added rejecting of too large files requests with explicit error message about the block size
+\par\pard\plain\f1\fs24\qc\cf2\b 2.7.2 - October 18th, 2006
+\par\pard\plain\fi0\li0\f1\fs18 \bullet Added rejecting of too large file requests with explicit error message about the block size
\par\pard\plain\fi0\li0\f1\fs18 \bullet A bit more elaborate logging
\par\pard\plain\fi0\li0\f1\fs18 \bullet Not closing receive socket until the last ACK receved now
\par\pard\plain\f1\fs24\qc\cf2\b 2.7.1 - March 13th, 2006
diff --git a/help/pumpkin.xml b/help/pumpkin.xml
index 99cfa3d..2e53edd 100644
--- a/help/pumpkin.xml
+++ b/help/pumpkin.xml
@@ -9,8 +9,8 @@
<credist/>
</topic>
<topic id="News" title="What's New">
- <newsfor version="2.7.2" date="">
- <ni>Added rejecting of too large files requests with explicit error message about the block size</ni>
+ <newsfor version="2.7.2" date="October 18th, 2006">
+ <ni>Added rejecting of too large file requests with explicit error message about the block size</ni>
<ni>A bit more elaborate logging</ni>
<ni>Not closing receive socket until the last ACK receved now</ni>
</newsfor>
diff --git a/install/install.cpp b/install/install.cpp
index 01a05c4..58ed997 100644
--- a/install/install.cpp
+++ b/install/install.cpp
@@ -1,7 +1,7 @@
#include "resource.h"
#include "../shared-code/install.h"
-#define VERSION "2.7.1"
+#define VERSION "2.7.2"
#define KINAME "PumpKIN " VERSION
#define SKINAME "PumpKIN"
diff --git a/install/install.rc b/install/install.rc
index 9770ab6..6967799 100644
--- a/install/install.rc
+++ b/install/install.rc
@@ -131,8 +131,8 @@ IDI_ICON ICON DISCARDABLE "../shared-data/install-icon.ico
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,7,1,0
- PRODUCTVERSION 2,7,1,0
+ FILEVERSION 2,7,2,0
+ PRODUCTVERSION 2,7,2,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -149,13 +149,13 @@ BEGIN
BEGIN
VALUE "CompanyName", "Klever Group (http://www.klever.net/)\0"
VALUE "FileDescription", "INSTALL: PumpKIN, tftp client/daemon\0"
- VALUE "FileVersion", "2, 7, 1, 0\0"
+ VALUE "FileVersion", "2, 7, 2, 0\0"
VALUE "InternalName", "INSTALL\0"
VALUE "LegalCopyright", "Copyright © 1997-2006 Klever Group (http://www.klever.net/)\0"
VALUE "LegalTrademarks", "Klever Group (http://www.klever.net/)\0"
VALUE "OriginalFilename", "INSTALL.EXE\0"
VALUE "ProductName", "PumpKIN\0"
- VALUE "ProductVersion", "2, 7, 1, 0\0"
+ VALUE "ProductVersion", "2, 7, 2, 0\0"
END
END
BLOCK "VarFileInfo"
diff --git a/pumpkin.rc b/pumpkin.rc
index adca112..f52c4bd 100644
--- a/pumpkin.rc
+++ b/pumpkin.rc
@@ -85,7 +85,7 @@ CAPTION "About PumpKIN"
FONT 8, "MS Sans Serif"
BEGIN
ICON IDR_MAINFRAME,IDC_STATIC,7,17,18,20
- LTEXT "PumpKIN, Version 2.7.1",IDC_STATIC,40,15,119,8,
+ LTEXT "PumpKIN, Version 2.7.2",IDC_STATIC,40,15,119,8,
SS_NOPREFIX
LTEXT "Copyright © 1997-2006 Klever Group",IDC_STATIC,40,30,
170,8
@@ -326,8 +326,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,7,1,0
- PRODUCTVERSION 2,7,1,0
+ FILEVERSION 2,7,2,0
+ PRODUCTVERSION 2,7,2,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -344,13 +344,13 @@ BEGIN
BEGIN
VALUE "CompanyName", "Klever Group (http://www.klever.net/)\0"
VALUE "FileDescription", "PumpKIN, tftp client/daemon\0"
- VALUE "FileVersion", "2, 7, 1, 0\0"
+ VALUE "FileVersion", "2, 7, 2, 0\0"
VALUE "InternalName", "PUMPKIN\0"
VALUE "LegalCopyright", "Copyright © 1997-2006 Klever Group (http://www.klever.net)\0"
VALUE "LegalTrademarks", "Klever Group (http://www.klever.net/)\0"
VALUE "OriginalFilename", "PUMPKIN.EXE\0"
VALUE "ProductName", "PumpKIN\0"
- VALUE "ProductVersion", "2, 7, 1, 0\0"
+ VALUE "ProductVersion", "2, 7, 2, 0\0"
END
END
BLOCK "VarFileInfo"