Skip to content

Commit f3f2862

Browse files
Bump version to 1.3.0.0
1 parent 8ba6f35 commit f3f2862

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

PDBViewer.rc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ CAPTION "关于 PDB Insight"
3939
FONT 9, "MS Shell Dlg", 400, 0, 0x1
4040
BEGIN
4141
ICON IDI_PDBVIEWER,IDC_STATIC,14,14,21,20
42-
LTEXT "PDB Insight, Version 1.2",IDC_STATIC,42,14,114,8,SS_NOPREFIX
42+
LTEXT "PDB Insight, Version 1.3",IDC_STATIC,42,14,114,8,SS_NOPREFIX
4343
LTEXT "Copyright (C) 2026 StackAndPointer",IDC_STATIC,42,26,114,8
4444
DEFPUSHBUTTON "确定",IDOK,113,41,50,14,WS_GROUP
4545
END
@@ -79,12 +79,12 @@ BEGIN
7979
BEGIN
8080
VALUE "CompanyName", "StackAndPointer"
8181
VALUE "FileDescription", "PDB Insight - PDB Viewer"
82-
VALUE "FileVersion", "1.2.0.0"
82+
VALUE "FileVersion", "1.3.0.0"
8383
VALUE "InternalName", "PDBInsight"
8484
VALUE "LegalCopyright", "Copyright (C) 2026 StackAndPointer"
8585
VALUE "OriginalFilename", "PDB Insight.exe"
8686
VALUE "ProductName", "PDB Insight"
87-
VALUE "ProductVersion", "1.2"
87+
VALUE "ProductVersion", "1.3"
8888
END
8989
END
9090
BLOCK "VarFileInfo"

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ A powerful, lightweight PDB (Program Database) viewer tool based on Win32 API an
4141
- **CSV Format** - Export all data, functions only, or classes only
4242
- **XML Format** - Structured export of all symbol information
4343
- **C++ Headers** - Export single class or batch export all headers
44-
- **IDA Compatible** - Generate pure C struct declarations for IDA
4544
- **Enhanced Options** - Flatten namespaces, remove void params, include address comments
4645

4746
### Search Function
@@ -206,11 +205,6 @@ PDBViewer/
206205

207206
---
208207

209-
## License
210-
211-
This project is open source.
212-
213-
---
214208

215209
## Author
216210

0 commit comments

Comments
 (0)