Skip to content

Commit b01627d

Browse files
committed
Update of version numbers and release dates in preparation for release of version 6.11.1 with a tentative release date of 6April2024.
Updated all the localization .po and .mo files with Poedit, including bringing the Tok Pisin localization of program string translations up to date.
1 parent dbb1cce commit b01627d

37 files changed

+18737
-17059
lines changed

Inno_Setup_Scripts/Adapt It Unicode - Documentation Only.iss

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
; where all the Inno Setup scripts get their version numbers in the form of:
3737
; #define AI_VERSION_MAJOR 6
3838
; #define AI_VERSION_MINOR 11
39-
; #define AI_VERSION_BUILD_PART 0
39+
; #define AI_VERSION_BUILD_PART 1
4040
; and
4141
; #define GIT_VERSION_MAJOR 2
4242
; #define GIT_VERSION_MINOR 32
@@ -46,7 +46,7 @@
4646
#define AIAppName "Adapt It WX Unicode"
4747
#define AIAppVersion Str(AI_VERSION_MAJOR) + "." +Str(AI_VERSION_MINOR) + "." + Str(AI_VERSION_BUILD_PART) ; 6.11.0
4848
#define AIAppUnderscoreVersion Str(AI_VERSION_MAJOR) + "_" +Str(AI_VERSION_MINOR) + "_" + Str(AI_VERSION_BUILD_PART) ; 6_11_0
49-
#define AIInstallerCopyright "2023 by Bruce Waters, Bill Martin, SIL International"
49+
#define AIInstallerCopyright "2024 by Bruce Waters, Bill Martin, SIL International"
5050
#define AIInstallerPublisher "Adapt It"
5151
#define AIAppURL "https://www.adapt-it.org/"
5252
#define AIAppFullName "Adapt_It_Unicode.exe"

Inno_Setup_Scripts/Adapt It Unicode - Localizations Only.iss

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
; where all the Inno Setup scripts get their version numbers in the form of:
3636
; #define AI_VERSION_MAJOR 6
3737
; #define AI_VERSION_MINOR 11
38-
; #define AI_VERSION_BUILD_PART 0
38+
; #define AI_VERSION_BUILD_PART 1
3939
; and
4040
; #define GIT_VERSION_MAJOR 2
4141
; #define GIT_VERSION_MINOR 32
@@ -45,7 +45,7 @@
4545
#define AIAppName "Adapt It WX Unicode"
4646
#define AIAppVersion Str(AI_VERSION_MAJOR) + "." +Str(AI_VERSION_MINOR) + "." + Str(AI_VERSION_BUILD_PART) ; 6.11.0
4747
#define AIAppUnderscoreVersion Str(AI_VERSION_MAJOR) + "_" +Str(AI_VERSION_MINOR) + "_" + Str(AI_VERSION_BUILD_PART) ; 6_11_0
48-
#define AIInstallerCopyright "2023 by Bruce Waters, Bill Martin, SIL International"
48+
#define AIInstallerCopyright "2024 by Bruce Waters, Bill Martin, SIL International"
4949
#define AIInstallerPublisher "Adapt It"
5050
#define AIAppURL "https://www.adapt-it.org/"
5151
#define AIAppFullName "Adapt_It_Unicode.exe"

Inno_Setup_Scripts/Adapt It Unicode - Minimal.iss

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
; where all the Inno Setup scripts get their version numbers in the form of:
7070
; #define AI_VERSION_MAJOR 6
7171
; #define AI_VERSION_MINOR 11
72-
; #define AI_VERSION_BUILD_PART 0
72+
; #define AI_VERSION_BUILD_PART 1
7373
; and
7474
; #define GIT_VERSION_MAJOR 2
7575
; #define GIT_VERSION_MINOR 32
@@ -79,7 +79,7 @@
7979
#define AIAppName "Adapt It WX Unicode"
8080
#define AIAppVersion Str(AI_VERSION_MAJOR) + "." +Str(AI_VERSION_MINOR) + "." + Str(AI_VERSION_BUILD_PART) ; 6.11.0
8181
#define AIAppUnderscoreVersion Str(AI_VERSION_MAJOR) + "_" +Str(AI_VERSION_MINOR) + "_" + Str(AI_VERSION_BUILD_PART) ; 6_11_0
82-
#define AIInstallerCopyright "2023 by Bruce Waters, Bill Martin, SIL International"
82+
#define AIInstallerCopyright "2024 by Bruce Waters, Bill Martin, SIL International"
8383
#define AIInstallerPublisher "Adapt It"
8484
#define AIAppURL "http://www.adapt-it.org/"
8585
#define AIAppFullName "Adapt_It_Unicode.exe"

Inno_Setup_Scripts/Adapt It Unicode - No Html Help.iss

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
; where all the Inno Setup scripts get their version numbers in the form of:
7070
; #define AI_VERSION_MAJOR 6
7171
; #define AI_VERSION_MINOR 11
72-
; #define AI_VERSION_BUILD_PART 0
72+
; #define AI_VERSION_BUILD_PART 1
7373
; and
7474
; #define GIT_VERSION_MAJOR 2
7575
; #define GIT_VERSION_MINOR 32
@@ -79,7 +79,7 @@
7979
#define AIAppName "Adapt It WX Unicode"
8080
#define AIAppVersion Str(AI_VERSION_MAJOR) + "." +Str(AI_VERSION_MINOR) + "." + Str(AI_VERSION_BUILD_PART) ; 6.11.0
8181
#define AIAppUnderscoreVersion Str(AI_VERSION_MAJOR) + "_" +Str(AI_VERSION_MINOR) + "_" + Str(AI_VERSION_BUILD_PART) ; 6_11_0
82-
#define AIInstallerCopyright "2023 by Bruce Waters, Bill Martin, SIL International"
82+
#define AIInstallerCopyright "2024 by Bruce Waters, Bill Martin, SIL International"
8383
#define AIInstallerPublisher "Adapt It"
8484
#define AIAppURL "https://www.adapt-it.org/"
8585
#define AIAppFullName "Adapt_It_Unicode.exe"

Inno_Setup_Scripts/Adapt It Unicode.iss

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
; where all the Inno Setup scripts get their version numbers in the form of:
7070
; #define AI_VERSION_MAJOR 6
7171
; #define AI_VERSION_MINOR 11
72-
; #define AI_VERSION_BUILD_PART 0
72+
; #define AI_VERSION_BUILD_PART 1
7373
; and
7474
; #define GIT_VERSION_MAJOR 2
7575
; #define GIT_VERSION_MINOR 32
@@ -79,7 +79,7 @@
7979
#define AIAppName "Adapt It WX Unicode"
8080
#define AIAppVersion Str(AI_VERSION_MAJOR) + "." +Str(AI_VERSION_MINOR) + "." + Str(AI_VERSION_BUILD_PART) ; 6.11.0
8181
#define AIAppUnderscoreVersion Str(AI_VERSION_MAJOR) + "_" +Str(AI_VERSION_MINOR) + "_" + Str(AI_VERSION_BUILD_PART) ; 6_11_0
82-
#define AIInstallerCopyright "2023 by Bruce Waters, Bill Martin, SIL International"
82+
#define AIInstallerCopyright "2024 by Bruce Waters, Bill Martin, SIL International"
8383
#define AIInstallerPublisher "Adapt It"
8484
#define AIAppURL "https://www.adapt-it.org/"
8585
#define AIAppFullName "Adapt_It_Unicode.exe"

bin/mac/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plist version="1.0"><dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>$(PRODUCT_NAME)</string> <key>CFBundleGetInfoString</key> <string>$(PRODUCT_NAME) version 6.11.1, (c) 2023 Bruce Waters, Bill Martin, SIL International</string> <key>CFBundleIdentifier</key> <string>org.adapt-it.adaptit</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleLocalizations</key> <array> <string>az</string> <string>en</string> <string>es</string> <string>fr</string> <string>id</string> <string>pt</string> <string>ru</string> <string>swh</string> <string>tpi</string> <string>zh</string> </array> <key>CFBundleLongVersionString</key> <string>6.11.1, (c) 2023 Bruce Waters, Bill Martin, SIL International</string> <key>CFBundleName</key> <string>$(PRODUCT_NAME)</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> <string>$(MARKETING_VERSION)</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>$(CURRENT_PROJECT_VERSION)</string> <key>CSResourcesFileMapped</key> <true/> <key>LSApplicationCategoryType</key> <string>public.app-category.productivity</string> <key>NSHighResolutionCapable</key> <true/> <key>NSHumanReadableCopyright</key> <string>Copyright 2023 Bruce Waters, Bill Martin, SIL International</string> <key>NSPrincipalClass</key> <string>wxNSApplication</string></dict></plist>
1+
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plist version="1.0"><dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>$(PRODUCT_NAME)</string> <key>CFBundleGetInfoString</key> <string>$(PRODUCT_NAME) version 6.11.1, (c) 2024 Bruce Waters, Bill Martin, SIL International</string> <key>CFBundleIdentifier</key> <string>org.adapt-it.adaptit</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleLocalizations</key> <array> <string>az</string> <string>en</string> <string>es</string> <string>fr</string> <string>id</string> <string>pt</string> <string>ru</string> <string>swh</string> <string>tpi</string> <string>zh</string> </array> <key>CFBundleLongVersionString</key> <string>6.11.1, (c) 2024 Bruce Waters, Bill Martin, SIL International</string> <key>CFBundleName</key> <string>$(PRODUCT_NAME)</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> <string>$(MARKETING_VERSION)</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>$(CURRENT_PROJECT_VERSION)</string> <key>CSResourcesFileMapped</key> <true/> <key>LSApplicationCategoryType</key> <string>public.app-category.productivity</string> <key>NSHighResolutionCapable</key> <true/> <key>NSHumanReadableCopyright</key> <string>Copyright 2024 Bruce Waters, Bill Martin, SIL International</string> <key>NSPrincipalClass</key> <string>wxNSApplication</string></dict></plist>

debian/changelog

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ adaptit (6.11.1-1) unstable; urgency=low
22

33
* pull in updates
44

5-
-- Bill Martin <[email protected]> Thu, 5 Oct 2023 18:30:00 -0600
5+
-- Bill Martin <[email protected]> Thu, 6 Apr 2024 18:30:00 -0600
66

77
adaptit (6.11.0-1) unstable; urgency=low
88

debian/copyright

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ Upstream-Name: adaptit
33
Source: http://code.google.com/p/adaptit/source/
44

55
Files: *
6-
Copyright: 2001-2023 Bruce Waters <[email protected]>
7-
2001-2023 Bill Martin <[email protected]>
8-
2001-2023 SIL International
6+
Copyright: 2001-2024 Bruce Waters <[email protected]>
7+
2001-2024 Bill Martin <[email protected]>
8+
2001-2024 SIL International
99
License: LGPL-2.1+ and CPL-0.5+ (dual licensed)
1010
.
1111
ADAPT IT LICENSING
1212
.
13-
Copyright 2001-2023, Bruce Waters, Bill Martin, SIL
13+
Copyright 2001-2024, Bruce Waters, Bill Martin, SIL
1414
International. All rights reserved.
1515
.
1616
This program is free software; you can redistribute it
@@ -60,7 +60,7 @@ License: LGPL-2.1+ and CPL-0.5+ (dual licensed)
6060
------------------------------------------------------
6161

6262
Files: debian/*
63-
Copyright: 2008-2023 Bill Martin <[email protected]>
63+
Copyright: 2008-2024 Bill Martin <[email protected]>
6464
License: LGPL-2.1+
6565
This package is free software; you can redistribute it and/or modify
6666
it under the terms of the GNU Lesser General Public License as

docs/Adapt It Reference.doc

0 Bytes
Binary file not shown.

docs/Adapt It Reference.odt

-44 Bytes
Binary file not shown.

docs/adaptit.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Man page for the adaptit project.
22
.\" Process this file with
33
.\" groff -man -Tascii adaptit.1
4-
.TH adaptit 1 "October 5, 2023" "version 6.11.1" "USER COMMANDS"
4+
.TH adaptit 1 "October 5, 2024" "version 6.11.1" "USER COMMANDS"
55
.SH NAME
66
adaptit \- helps in translating between related languages
77
.SH SYNOPSIS

license/LICENSING.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ADAPT IT LICENSING
22

3-
Copyright 2001-2023, Bruce Waters, Bill Martin, SIL
3+
Copyright 2001-2024, Bruce Waters, Bill Martin, SIL
44
International. All rights reserved.
55

66
This program is free software; you can redistribute it

po/az.mo

-152 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)