mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-17 23:45:21 +01:00
Bump version
This commit is contained in:
parent
6081ca441f
commit
7f5e973a69
4 changed files with 13 additions and 4 deletions
9
debian/changelog
vendored
9
debian/changelog
vendored
|
@ -1,3 +1,12 @@
|
|||
rpi-imager (1.1) unstable; urgency=medium
|
||||
|
||||
* Fix verification on images that are uncompressed or have
|
||||
a size that is not dividable by 128 KB.
|
||||
* Round instead of floor size of SD card up and show 1 decimal
|
||||
* Executable name changed from imagingutility to rpi-imager
|
||||
|
||||
-- Floris Bos <bos@je-eigen-domein.nl> Mon, 09 Mar 2020 12:25:24 +0100
|
||||
|
||||
rpi-imager (1.0) unstable; urgency=medium
|
||||
|
||||
* Initial Release.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="org.raspberry.imagingutility" type="win32" />
|
||||
<assemblyIdentity version="1.1.0.0" processorArchitecture="X86" name="org.raspberry.imagingutility" type="win32" />
|
||||
<description>Raspberry Pi Imager</description>
|
||||
<dependency />
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
!define APP_NAME "Raspberry Pi Imager"
|
||||
!define COMP_NAME "Raspberry Pi"
|
||||
#!define WEB_SITE "https://www.raspberrypi.org/"
|
||||
!define VERSION "00.00.00.01"
|
||||
!define VERSION "01.01.00.00"
|
||||
!define COPYRIGHT "Raspberry Pi"
|
||||
!define DESCRIPTION "Raspberry Pi Imager"
|
||||
!define MAIN_APP_EXE "rpi-imager.exe"
|
||||
|
|
|
@ -4,8 +4,8 @@ IDI_ICON1 ICON DISCARDABLE "../icons/rpi-imager.ico"
|
|||
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "rpi-imager.manifest"
|
||||
|
||||
1 VERSIONINFO
|
||||
FILEVERSION 1,0,0,0
|
||||
PRODUCTVERSION 1,0,0,0
|
||||
FILEVERSION 1,1,0,0
|
||||
PRODUCTVERSION 1,1,0,0
|
||||
{
|
||||
BLOCK "StringFileInfo"
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue