Skip to content

Commit

Permalink
Release 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic100 committed Jan 6, 2019
1 parent 9c310e7 commit 7090c2d
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 22 deletions.
2 changes: 1 addition & 1 deletion installer/package.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"C:\Program Files\7-Zip\7z.exe" a UMWP_Autochanger_2.3.1.zip ./data/* -x!*.ico
"C:\Program Files\7-Zip\7z.exe" a UMWP_Autochanger_2.3.2.zip ./data/* -x!*.ico
6 changes: 3 additions & 3 deletions installer/setup.iss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#define AppId "{401CCECB-FFCC-4AF3-846D-A535F59D0834}"
#define AppName "UMWP Autochanger"
#define AppVersion "2.3.1"
#define AppVersion "2.3.2"
#define AppPublisher "StrangePlanet"
#define PublisherURL "http://www.strangeplanet.fr"
#define ProjectURL "http://www.strangeplanet.fr/work/umwp-autochanger"
#define PublisherURL "https://www.strangeplanet.fr"
#define ProjectURL "https://www.strangeplanet.fr/work/umwp-autochanger"
#define AppExeName "UMWP Autochanger.exe"
#define SettingsFile "settings.xml"
#define DataRoot "data"
Expand Down
6 changes: 3 additions & 3 deletions src/constants.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#ifndef VERSION_H
#define VERSION_H

#define CURRENT_YEAR "2018"
#define CURRENT_YEAR "2019"
#define APP_NAME "UMWP Autochanger"
#define APP_VERSION "2.3.1"
#define APP_VERSION_DW 2,3,1
#define APP_VERSION "2.3.2"
#define APP_VERSION_DW 2,3,2
#define APP_COMPANYNAME "StrangePlanet"
#define APP_FILEDESCRIPTION "Ultimate Monitor Wallpaper Autochanger"
#define APP_LEGALCOPYRIGHT "Copyright (c) 2013-" CURRENT_YEAR " StrangePlanet"
Expand Down
12 changes: 0 additions & 12 deletions src/gui/configdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@
<string>General</string>
</attribute>
<layout class="QGridLayout" name="gridLayout" columnstretch="0,0,0">
<property name="leftMargin">
<number>20</number>
</property>
<property name="rightMargin">
<number>20</number>
</property>
<item row="2" column="0">
<widget class="QLabel" name="label_11">
<property name="text">
Expand Down Expand Up @@ -277,12 +271,6 @@
<string>Hotkeys</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_2">
<property name="leftMargin">
<number>20</number>
</property>
<property name="rightMargin">
<number>20</number>
</property>
<item row="5" column="1">
<widget class="QHotKeyWidget" name="hotkeyDelay" native="true"/>
</item>
Expand Down
2 changes: 1 addition & 1 deletion src/lang/en_GB/changelog.htm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<dl>
<dt>Version 2.3.2 <small>????</small></dt>
<dt>Version 2.3.2 <small>January 6th 2019</small></dt>
<dd>
<ul>
<li>Add "Change set on close" option</li>
Expand Down
2 changes: 1 addition & 1 deletion src/lang/fr_FR/changelog.htm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<dl>
<dt>Version 2.3.2 <small>????</small></dt>
<dt>Version 2.3.2 <small>6 Janvier 2019</small></dt>
<dd>
<ul>
<li>Nouveau paramètre "Changer de set à la fermeture"</li>
Expand Down
2 changes: 1 addition & 1 deletion src/lang/ru_RU/changelog.htm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<dl>
<dt>Version 2.3.2 <small>????</small></dt>
<dt>Version 2.3.2 <small>January 6th 2019</small></dt>
<dd>
<ul>
<li>Add "Change set on close" option</li>
Expand Down

0 comments on commit 7090c2d

Please sign in to comment.