diff --git a/dev/gnome/engauge-digitizer.appdata.xml b/dev/gnome/engauge-digitizer.appdata.xml index c05ed26d..22167510 100644 --- a/dev/gnome/engauge-digitizer.appdata.xml +++ b/dev/gnome/engauge-digitizer.appdata.xml @@ -74,24 +74,12 @@ none - +
    -
  • Fix crash on export of interpolated/extrapolated log data (#254)
  • -
  • Windows 10 releases (32 and 64 bit) now support import of pdf files (#253)
  • -
  • Log files are disabled in releases (#246)
  • -
  • Support FreeBSD and other builds (#245)
  • +
  • Accomodate build for flathub
- - -
    -
  • Show warning message when grid line maximum is exceed (#244)
  • -
  • CSV export files have double quotes on fields with internal commas (#243)
  • -
  • Status bar shows all of text for right-to-left languages (#240)
  • -
-
-
diff --git a/dev/osx/Info_valid.plist b/dev/osx/Info_valid.plist index 7e430b23..cad2a81c 100644 --- a/dev/osx/Info_valid.plist +++ b/dev/osx/Info_valid.plist @@ -13,9 +13,9 @@ CFBundleExecutable Engauge Digitizer CFBundleVersion - 10.5 + 10.6 CFBundleShortVersionString - 10.5 + 10.6 LSApplicationCategoryType public.app-category.utilities CFBundleIdentifier diff --git a/dev/windows/engauge.wxs b/dev/windows/engauge.wxs index f0f9faaa..4453688d 100644 --- a/dev/windows/engauge.wxs +++ b/dev/windows/engauge.wxs @@ -2,10 +2,10 @@ + Version='10.6'> diff --git a/dev/windows/engauge_64.wxs b/dev/windows/engauge_64.wxs index acad4771..79504e32 100644 --- a/dev/windows/engauge_64.wxs +++ b/dev/windows/engauge_64.wxs @@ -2,10 +2,10 @@ + Version='10.6'> diff --git a/src/util/Version.cpp b/src/util/Version.cpp index 741b897b..09701cf5 100644 --- a/src/util/Version.cpp +++ b/src/util/Version.cpp @@ -6,7 +6,7 @@ #include "Version.h" -const char *VERSION_NUMBER = "10.5"; +const char *VERSION_NUMBER = "10.6"; QString engaugeWindowTitle() {