Skip to content

Commit

Permalink
Version 1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
wedesoft committed Feb 12, 2024
1 parent b867a32 commit 8111a49
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.24.exe"
OutFile "anymeal-installer-1.25.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.24"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AnyMeal" "DisplayVersion" "1.25"
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.24], [[email protected]])
AC_INIT([anymeal], [1.25], [[email protected]])
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.25-1) unstable; urgency=low

* new upstream release

-- Jan Wedekind <[email protected]> Mon, 12 Feb 2024 20:26:12 +0000

anymeal (1.24-1) unstable; urgency=low

* new upstream release
Expand Down

0 comments on commit 8111a49

Please sign in to comment.