author | Michael Krelin <hacker@klever.net> | 2006-10-18 19:02:00 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2006-10-18 19:02:00 (UTC) |
commit | 65981784977659461f08b48f537be9f9f77a2112 (patch) (side-by-side diff) | |
tree | 0bd17c4f2ffbbad1939ce64f303d639e6b206798 | |
parent | f17974a67781a9dea975d1cf37c08f62ba60be08 (diff) | |
download | pumpkin-2.7.2.zip pumpkin-2.7.2.tar.gz pumpkin-2.7.2.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
-rw-r--r-- | help/pumpkin.rtf | 4 | ||||
-rw-r--r-- | help/pumpkin.xml | 4 | ||||
-rw-r--r-- | install/install.cpp | 2 | ||||
-rw-r--r-- | install/install.rc | 8 | ||||
-rw-r--r-- | pumpkin.rc | 10 |
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 @@ -30,4 +30,4 @@ K{\footnote about} ${\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
diff --git a/help/pumpkin.xml b/help/pumpkin.xml index 99cfa3d..2e53edd 100644 --- a/help/pumpkin.xml +++ b/help/pumpkin.xml @@ -11,4 +11,4 @@ <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>
diff --git a/install/install.cpp b/install/install.cpp index 01a05c4..58ed997 100644 --- a/install/install.cpp +++ b/install/install.cpp @@ -3,3 +3,3 @@ -#define VERSION "2.7.1"
+#define VERSION "2.7.2"
#define KINAME "PumpKIN " VERSION
diff --git a/install/install.rc b/install/install.rc index 9770ab6..6967799 100644 --- a/install/install.rc +++ b/install/install.rc @@ -133,4 +133,4 @@ 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
@@ -151,3 +151,3 @@ BEGIN 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"
@@ -157,3 +157,3 @@ BEGIN VALUE "ProductName", "PumpKIN\0"
- VALUE "ProductVersion", "2, 7, 1, 0\0"
+ VALUE "ProductVersion", "2, 7, 2, 0\0"
END
@@ -87,3 +87,3 @@ 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
@@ -328,4 +328,4 @@ 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
@@ -346,3 +346,3 @@ BEGIN 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"
@@ -352,3 +352,3 @@ BEGIN VALUE "ProductName", "PumpKIN\0"
- VALUE "ProductVersion", "2, 7, 1, 0\0"
+ VALUE "ProductVersion", "2, 7, 2, 0\0"
END
|