Skip to content

Commit

Permalink
Version 1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
wedesoft committed Apr 10, 2024
1 parent 8af92ba commit 56193ff
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions anymeal.nsi
Expand Up @@ -7,7 +7,7 @@ SetCompressor lzma
SetCompress force

; The file to write
OutFile "anymeal-installer-1.26.exe"
OutFile "anymeal-installer-1.27.exe"

; The default installation directory
InstallDir $PROGRAMFILES\AnyMeal
Expand Down Expand Up @@ -110,7 +110,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.26"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AnyMeal" "DisplayVersion" "1.27"
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AnyMeal" "EstimatedSize" 70410
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
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([anymeal], [1.26], [jan@wedesoft.de])
AC_INIT([anymeal], [1.27], [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
@@ -1,3 +1,9 @@
anymeal (1.27-1) unstable; urgency=low

* new upstream release

-- Jan Wedekind <jan@wedesoft.de> Wed, 10 Apr 2024 17:06:53 +0100

anymeal (1.26-1) unstable; urgency=low

* new upstream release
Expand Down

0 comments on commit 56193ff

Please sign in to comment.