Skip to content

Commit 8098391

Browse files
committed
Updated genUp4win library to the latest version available.
1 parent 3899348 commit 8098391

17 files changed

Lines changed: 20 additions & 13 deletions

ReleaseNotes.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ <h2>History</h2>
190190
<li>Version 1.37 (TBD):
191191
<ul>
192192
<li>Updated <code>LEXILLA</code> library to version 5.4.3 and <code>SCINTILLA</code> library to version 5.5.5.</li>
193+
<li>Updated <code>genUp4win</code> library to the latest version available.</li>
193194
</ul>
194195
</li>
195196
</ul>

SoftwareContextRegister.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h1>Software Content Register</h1>
5959

6060
<p><strong>genUp4win</strong><br>
6161
Desciption: <em>This library is a generic updater for Windows.</em><br>
62-
Version: 2.06<br>
62+
Version: 2.08<br>
6363
Home Page: <a href="https://github.com/mihaimoga/genUp4win" target="_blank">https://github.com/mihaimoga/genUp4win</a><br>
6464
License: MIT<br>
6565
Format: source code, binary</p>

genUp4win/DemoApp/DemoApp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* MIT License
22
3-
Copyright (c) 2024 Stefan-Mihai MOGA
3+
Copyright (c) 2024-2025 Stefan-Mihai MOGA
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

genUp4win/DemoApp/DemoApp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* MIT License
22
3-
Copyright (c) 2024 Stefan-Mihai MOGA
3+
Copyright (c) 2024-2025 Stefan-Mihai MOGA
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

genUp4win/DemoApp/DemoApp.rc

0 Bytes
Binary file not shown.

genUp4win/DemoApp/framework.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* MIT License
22
3-
Copyright (c) 2024 Stefan-Mihai MOGA
3+
Copyright (c) 2024-2025 Stefan-Mihai MOGA
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

genUp4win/DemoApp/pch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* MIT License
22
3-
Copyright (c) 2024 Stefan-Mihai MOGA
3+
Copyright (c) 2024-2025 Stefan-Mihai MOGA
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

genUp4win/DemoApp/pch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* MIT License
22
3-
Copyright (c) 2024 Stefan-Mihai MOGA
3+
Copyright (c) 2024-2025 Stefan-Mihai MOGA
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

genUp4win/DemoApp/targetver.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* MIT License
22
3-
Copyright (c) 2024 Stefan-Mihai MOGA
3+
Copyright (c) 2024-2025 Stefan-Mihai MOGA
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

genUp4win/dllmain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* MIT License
22
3-
Copyright (c) 2024 Stefan-Mihai MOGA
3+
Copyright (c) 2024-2025 Stefan-Mihai MOGA
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)