diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2011-12-02 10:42:20 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2011-12-02 10:42:20 +0200 |
commit | 57d37362609a3fc87dee49b275660137df2e2afa (patch) | |
tree | 9020cabf8934023405a79be2cc79e1d38be542ef /docview | |
parent | bdbc994776b49eee10a47d59cb5283e9b194e7f1 (diff) | |
download | fpGUI-57d37362609a3fc87dee49b275660137df2e2afa.tar.xz |
version bump to 0.8
Diffstat (limited to 'docview')
-rw-r--r-- | docview/src/docview.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docview/src/docview.rc b/docview/src/docview.rc index ab1ccf16..f68bb7b2 100644 --- a/docview/src/docview.rc +++ b/docview/src/docview.rc @@ -1,8 +1,8 @@ MAINICON ICON "../images/docview-48x48.ico"
1 VERSIONINFO
-FILEVERSION 0, 7, 137, 0
-PRODUCTVERSION 0, 7, 137, 0
+FILEVERSION 0, 8, 0, 0
+PRODUCTVERSION 0, 8, 0, 0
FILEFLAGSMASK 0
FILEOS 0x40000
FILETYPE 1
@@ -13,12 +13,12 @@ FILETYPE 1 {
VALUE "CompanyName", "fpGUI Toolkit"
VALUE "FileDescription", "fpGUI's INF Documentation Viewer"
- VALUE "FileVersion", "0.7.137"
+ VALUE "FileVersion", "0.8.0"
VALUE "InternalName", "docview"
VALUE "LegalCopyright", "GNU Public License"
VALUE "OriginalFilename", "docview"
VALUE "ProductName", "fpGUI Toolkit"
- VALUE "ProductVersion", "0.7.0"
+ VALUE "ProductVersion", "0.8.0"
}
}
BLOCK "VarFileInfo"
|