Skip to content

Commit

Permalink
chore: bump version to 3.1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
laineyhm authored Mar 29, 2023
2 parents 9d8c0f7 + d4bca6b commit 75c295a
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 7 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# SA - 3.1.2.0 1/19/2022:
# SA - 3.1.2.1 3/29/2023:
- Updates for Lift export:
- Added tone
- Added an installer for OCX Mircrosoft Hierarchical Flex Grid
- Developer Changes:
- Fixed project dependencies for LiftUtilsTest and WaveUtilsTest
- Updated parse-langtags dependencies
- Update langtags schema for _conformance
- Update iso639.txt

# SA - 3.1.2.0 1/19/2023:
- Fixed function key bindings for menu playback functions
- Developer Changes:
- Generate iso639.txt with GitHub action
Expand Down
2 changes: 1 addition & 1 deletion Install/SpeechAnalyzer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Speech Analyzer"
#define MyAppVersion "3.1.2.0"
#define MyAppVersion "3.1.2.1"
#define MyAppPublisher "SIL International, Inc."
#define MyAppURL "https://software.sil.org/speech-analyzer/"
#define MyAppExeName "SA.exe"
Expand Down
4 changes: 2 additions & 2 deletions Src/Lang/SA_DEU.rc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,1,2,0
FILEVERSION 3,1,2,1
PRODUCTVERSION 2,0,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
Expand All @@ -44,7 +44,7 @@ BEGIN
BEGIN
VALUE "CompanyName", "SIL International"
VALUE "FileDescription", "Speech Analyzer Resource DLL"
VALUE "FileVersion", "v3.1.2.0"
VALUE "FileVersion", "v3.1.2.1"
VALUE "InternalName", "SA_DEU"
VALUE "LegalCopyright", "(C) 1996-2023 SIL International"
VALUE "OriginalFilename", "SA_DEU.dll"
Expand Down
4 changes: 2 additions & 2 deletions Src/Lang/SA_ENU.rc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3, 1, 2, 0
FILEVERSION 3, 1, 2, 1
PRODUCTVERSION 2, 0, 0, 0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
Expand All @@ -44,7 +44,7 @@ BLOCK "040904e4"
BEGIN
VALUE "CompanyName", "SIL International"
VALUE "FileDescription", "Speech Analyzer Resource DLL"
VALUE "FileVersion", "v3.1.2.0"
VALUE "FileVersion", "v3.1.2.1"
VALUE "InternalName", "SA_ENU"
VALUE "LegalCopyright", "(C) 1996-2023 SIL International"
VALUE "OriginalFilename", "SA_ENU.dll"
Expand Down
Binary file modified Src/SA/SA.rc
Binary file not shown.
2 changes: 1 addition & 1 deletion Src/SA/Sa_Doc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7302,7 +7302,7 @@ void CSaDoc::DoExportLift(CExportLiftSettings & settings) {
Lift13::header header(L"header");
header.fields = fields;

Lift13::lift document(L"Speech Analyzer 3.1.2.0");
Lift13::lift document(L"Speech Analyzer 3.1.2.1");
document.header = header;

ExportSegments(settings, document, skipEmptyGloss, szPath, dataCount, wavCount);
Expand Down

0 comments on commit 75c295a

Please sign in to comment.