Skip to content

Commit

Permalink
Publish 1.62.9. Transfer ownership to 12noon LLC. #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
skst committed Jan 16, 2025
1 parent 748de8f commit 043502b
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 16 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

(c) 2004-2023 12noon, Stefan K.S. Tucker
(c) 2004-2025 12noon LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
14 changes: 7 additions & 7 deletions Timekeeper.rc
Original file line number Diff line number Diff line change
Expand Up @@ -432,18 +432,18 @@ END
// TEXTINCLUDE
//

1 TEXTINCLUDE
1 TEXTINCLUDE
BEGIN
"resource.h\0"
END

2 TEXTINCLUDE
2 TEXTINCLUDE
BEGIN
"#include ""afxres.h""\r\n"
"#include ""Shared/PMSRes.h""\r\0"
END

3 TEXTINCLUDE
3 TEXTINCLUDE
BEGIN
"#define _AFX_NO_SPLITTER_RESOURCES\r\n"
"#define _AFX_NO_OLE_RESOURCES\r\n"
Expand Down Expand Up @@ -486,15 +486,15 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "12noon"
VALUE "CompanyName", "12noon LLC"
VALUE "FileDescription", "12noon Timekeeper"
VALUE "FileVersion", "1.62.7.0"
VALUE "FileVersion", "1.62.9.0"
VALUE "InternalName", "Timekeeper"
VALUE "LegalCopyright", "� 2004-2023 12noon, Stefan K.S. Tucker"
VALUE "LegalCopyright", "� 2004-2025 12noon LLC"
VALUE "LegalTrademarks", "12noon"
VALUE "OriginalFilename", "Timekeeper.dll"
VALUE "ProductName", "12noon Timekeeper"
VALUE "ProductVersion", "1.62.7.0"
VALUE "ProductVersion", "1.62.9.0"
END
END
BLOCK "VarFileInfo"
Expand Down
11 changes: 9 additions & 2 deletions Timekeeper.sln
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30225.117
# Visual Studio Version 17
VisualStudioVersion = 17.12.35707.178
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Timekeeper", "Timekeeper.vcxproj", "{17FFC676-A235-42AA-A838-0566BEABE3A6}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ComToys", "COMToys\ComToys.vcxproj", "{C37DF566-A97F-4E69-9EDC-6BF670251441}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{20A6195C-056F-4707-9A1E-2413DDA060D8}"
ProjectSection(SolutionItems) = preProject
installer\build_installer.cmd = installer\build_installer.cmd
LICENSE = LICENSE
installer\Timekeeper.nsi = installer\Timekeeper.nsi
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Expand Down
10 changes: 5 additions & 5 deletions installer/Timekeeper.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
!define gProductName "Timekeeper"
!define gProductTarget "Timekeeper.dll"

!define gCompanyName "12noon"
!define gCompanyURL "http://12noon.com"
!define gCompanyName "12noon LLC"
!define gCompanyURL "https://12noon.com"

!define gRegistryKeySuite "Software\${gCompanyName}"
!define gRegistryKeyApp "${gRegistryKeySuite}\${gProductName}"
Expand Down Expand Up @@ -190,8 +190,8 @@ Section "${gProductName}" sectionMain
# Create shortcut for All Users
# SetShellVarContext all
# CreateShortCut "$SMPROGRAMS\${gProductName}.lnk" "$INSTDIR\${gProductTarget}" "" "$INSTDIR\icon-file.dll" 0


# Save Uninstall info for Add/Remove Programs
# http://nsis.sourceforge.net/Add_uninstall_information_to_Add/Remove_Programs
WriteRegStr HKLM "${gUninstallKey}" "DisplayName" "${gCompanyName} ${gProductName}"
Expand All @@ -209,7 +209,7 @@ Section "${gProductName}" sectionMain
WriteRegStr HKLM "${gUninstallKey}" "URLUpdateInfo" "${gCompanyURL}"
#ProductID
#Readme

# Create uninstaller
WriteUninstaller "$INSTDIR\${gUninstallExe}"

Expand Down
2 changes: 1 addition & 1 deletion installer/build_installer.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setlocal

set versionApp=1.62.8.0
set versionApp=1.62.9.0

echo.
echo Remember to set the version in this script...
Expand Down

0 comments on commit 043502b

Please sign in to comment.