Skip to content

Commit dd14dfb

Browse files
author
Lars Steiger
committed
Tagging 1.0.2.0 release of FsprgEmbeddedStore for WinMFC
1 parent 0360a33 commit dd14dfb

File tree

2 files changed

+22
-18
lines changed

2 files changed

+22
-18
lines changed

Example1/Example1.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ END
100100
//
101101

102102
VS_VERSION_INFO VERSIONINFO
103-
FILEVERSION 1,0,1,0
104-
PRODUCTVERSION 1,0,1,0
103+
FILEVERSION 1,0,2,0
104+
PRODUCTVERSION 1,0,2,0
105105
FILEFLAGSMASK 0x3fL
106106
#ifdef _DEBUG
107107
FILEFLAGS 0x1L
@@ -118,12 +118,12 @@ BEGIN
118118
BEGIN
119119
VALUE "CompanyName", "FastSpring"
120120
VALUE "FileDescription", "Example1"
121-
VALUE "FileVersion", "1.0.1.0"
121+
VALUE "FileVersion", "1.0.2.0"
122122
VALUE "InternalName", "Example1.exe"
123123
VALUE "LegalCopyright", "(c) FastSpring. All rights reserved."
124124
VALUE "OriginalFilename", "Example1.exe"
125125
VALUE "ProductName", "Example1"
126-
VALUE "ProductVersion", "1.0.1.0"
126+
VALUE "ProductVersion", "1.0.2.0"
127127
END
128128
END
129129
BLOCK "VarFileInfo"

RELEASE_NOTES.mdown

+18-14
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
1-
<html>
2-
<head>
3-
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
4-
<title>Release Notes FsprgEmbeddedStoreSDK</title>
5-
<link rel='stylesheet' href='HOW_TO/style.css' type='text/css'/>
6-
</head>
7-
<body>
1+
# FastSpring Embedded Store SDK Release Notes
2+
3+
4+
5+
# Release 1.0.2.0 #
6+
7+
## Simplified. Merged HOW_TO and README docs.
8+
9+
Merged HOW_TO and README docs and don't require a "build" anymore. Simply fork or clone our repository through Github and reference it from your Solution.
10+
11+
## Added Support for VisualStudio 2008
12+
13+
Provides project files for VisualStudio 2008 as well.
14+
15+
## Fix PDictList
16+
17+
Fixed NullPointer Exceptions for PDictList.
818

9-
<img id="logo" src="HOW_TO/fastspring_logo.png"/>
1019

11-
<h1 id='header'>FastSpring Embedded Store SDK<br/>Release Notes</h1>
1220

1321
# Release 1.0.1.0 #
1422

@@ -25,8 +33,4 @@
2533

2634
# Release 1.0.0.0 #
2735

28-
Port of the C# .NET implementation (Release 1.0.4.0) to a MFC C++ implementation.
29-
30-
31-
32-
</body></html>
36+
Port of the C# .NET implementation (Release 1.0.4.0) to a MFC C++ implementation.

0 commit comments

Comments
 (0)