File tree 8 files changed +9
-9
lines changed
macosx/freac.app/Contents
8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ Requirements
161
161
History
162
162
-------
163
163
164
- Version 1.1.8 (December 2024 )
164
+ Version 1.1.8 (January 2025 )
165
165
166
166
- Improvements
167
167
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ Voraussetzungen
160
160
Geschichte
161
161
----------
162
162
163
- Version 1.1.8 (Dezember 2024 )
163
+ Version 1.1.8 (Januar 2025 )
164
164
165
165
- Verbesserungen
166
166
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <!-- Copyright 2024 Robert Kausch -->
2
+ <!-- Copyright 2025 Robert Kausch -->
3
3
<component type =" desktop-application" >
4
4
<id >org.freac.freac</id >
5
5
<launchable type =" desktop-id" >org.freac.freac.desktop</launchable >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Features include:
15
15
- User interface available in 40+ languages
16
16
- Optional command line interface"
17
17
HOMEPAGE="https://freac.org/"
18
- COPYRIGHT="2001-2024 Robert Kausch"
18
+ COPYRIGHT="2001-2025 Robert Kausch"
19
19
LICENSE="GNU GPL v2"
20
20
REVISION="1"
21
21
SOURCE_URI="https://github.com/enzo1982/freac/releases/download/v${portVersion}/freac-${portVersion}.tar.gz"
Original file line number Diff line number Diff line change 40
40
<key >NSRequiresAquaSystemAppearance </key >
41
41
<false />
42
42
<key >NSHumanReadableCopyright </key >
43
- <string >Copyright © 2001-2024 Robert Kausch </string >
43
+ <string >Copyright © 2001-2025 Robert Kausch </string >
44
44
<key >CFBundleDocumentTypes </key >
45
45
<array >
46
46
<dict >
Original file line number Diff line number Diff line change 17
17
VALUE "OriginalFilename", "freac.exe\0"
18
18
VALUE "ProductName", "fre:ac\0"
19
19
VALUE "ProductVersion", "1.1.7\0"
20
- VALUE "LegalCopyright", "Copyright � 2001-2024 Robert Kausch\0"
20
+ VALUE "LegalCopyright", "Copyright � 2001-2025 Robert Kausch\0"
21
21
VALUE "Official website", "https://www.freac.org/\0"
22
22
END
23
23
END
Original file line number Diff line number Diff line change 17
17
VALUE "OriginalFilename", "freac.exe\0"
18
18
VALUE "ProductName", "fre:ac\0"
19
19
VALUE "ProductVersion", "1.1.7\0"
20
- VALUE "LegalCopyright", "Copyright � 2001-2024 Robert Kausch\0"
20
+ VALUE "LegalCopyright", "Copyright � 2001-2025 Robert Kausch\0"
21
21
VALUE "Official website", "https://www.freac.org/\0"
22
22
END
23
23
END
Original file line number Diff line number Diff line change 1
1
/* fre:ac - free audio converter
2
- * Copyright (C) 2001-2024 Robert Kausch <robert.kausch@freac.org>
2
+ * Copyright (C) 2001-2025 Robert Kausch <robert.kausch@freac.org>
3
3
*
4
4
* This program is free software; you can redistribute it and/or
5
5
* modify it under the terms of the GNU General Public License as
@@ -70,7 +70,7 @@ String freac::freac::shortVersion = "v1.1.7";
70
70
String freac::freac::cddbVersion = " v1.1.7" ; // CDDB version may not contain spaces
71
71
String freac::freac::cddbMode = " submit" ;
72
72
73
- String freac::freac::copyright = " Copyright (C) 2001-2024 Robert Kausch" ;
73
+ String freac::freac::copyright = " Copyright (C) 2001-2025 Robert Kausch" ;
74
74
75
75
String freac::freac::website = " https://www.freac.org/" ;
76
76
You can’t perform that action at this time.
0 commit comments