Skip to content

Commit

Permalink
Release version 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
wedesoft committed Feb 9, 2024
1 parent 84436ba commit 53c7731
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions anymeal.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SetCompressor lzma
SetCompress force

; The file to write
OutFile "anymeal-installer-1.23.exe"
OutFile "anymeal-installer-1.24.exe"

; The default installation directory
InstallDir $PROGRAMFILES\AnyMeal
Expand Down Expand Up @@ -111,7 +111,7 @@ Section "AnyMeal (required)"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AnyMeal" "DisplayIcon" '"$INSTDIR\anymeal.ico"'
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AnyMeal" "UninstallString" '"$INSTDIR\uninstall.exe"'
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AnyMeal" "Publisher" "Jan Wedekind"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AnyMeal" "DisplayVersion" "1.23"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AnyMeal" "DisplayVersion" "1.24"
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AnyMeal" "EstimatedSize" 72239
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AnyMeal" "NoModify" 1
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AnyMeal" "NoRepair" 1
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([anymeal], [1.23], [jan@wedesoft.de])
AC_INIT([anymeal], [1.24], [jan@wedesoft.de])
AM_INIT_AUTOMAKE([--warnings=no-portability foreign])
AC_CONFIG_MACRO_DIR([m4])
LT_INIT
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
anymeal (1.24-1) unstable; urgency=low

* new upstream release

-- Jan Wedekind <jan@wedesoft.de> Fri, 9 Feb 2024 20:08:50 +0000

anymeal (1.23-1) unstable; urgency=low

* new upstream release
Expand Down

0 comments on commit 53c7731

Please sign in to comment.