Skip to content

Commit

Permalink
Bump to version 1.25.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixdelasPozas committed Sep 17, 2022
1 parent e8efc7e commit 1057f98
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion AboutDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <QDateTime>
#include <QApplication>

const QString AboutDialog::VERSION{"1.24.0"};
const QString AboutDialog::VERSION{"1.25.0"};
const QString COPYRIGHT{"Copyright (c) 2016-%1 Félix de las Pozas Álvarez"};

//-----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cmake_minimum_required (VERSION 3.0.0)

# Version Number
set (TRAYWEATHER_VERSION_MAJOR 1)
set (TRAYWEATHER_VERSION_MINOR 24)
set (TRAYWEATHER_VERSION_MINOR 25)
set (TRAYWEATHER_VERSION_PATCH 0)

set(CMAKE_CXX_STANDARD 14)
Expand Down
13 changes: 9 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,12 @@ The following libraries are required:

# Install

Download the latest ![release](https://github.com/FelixdelasPozas/TrayWeather/releases/) installer.
Download the latest ![release](https://github.com/FelixdelasPozas/TrayWeather/releases/) installer or zip file (portable mode).

> **_NOTE:_** The application will use a ini file in the same folder as the executable if the file exists and can be written. So
its possible to use the application in "portable mode" even if it has been installed using the installer by just copying the installation
folder to another location and creating an empty *TrayWeather.ini* file in it. It is recommended to execute the application before
creating the empty file because then the setting will be loaded from the windows registry and saved to the ini file.

# Screenshots

Expand Down Expand Up @@ -142,16 +147,16 @@ To the translation in your language. For example in Spanish it is:

# Repository information

**Version**: 1.24.0
**Version**: 1.25.0

**Status**: finished.

**cloc statistics**

| Language |files |blank |comment |code |
|:-----------------------------|--------------:|------------:|-----------------:|-----:|
| C++ | 10 | 1032 | 389 | 5086 |
| C++ | 10 | 1035 | 393 | 5118 |
| C/C++ Header | 10 | 283 | 829 | 932 |
| HTML | 1 | 33 | 0 | 150 |
| CMake | 1 | 19 | 11 | 124 |
| **Total** | **22** | **1367** | **1229** | **6292** |
| **Total** | **22** | **1370** | **1233** | **6324** |

0 comments on commit 1057f98

Please sign in to comment.