Skip to content

Commit

Permalink
Updated readme clocl. Bump to version 1.31.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixdelasPozas committed Jan 7, 2025
1 parent 5864e53 commit 128b5ba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion AboutDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <QDateTime>
#include <QApplication>

const QString AboutDialog::VERSION{"1.31.2"};
const QString AboutDialog::VERSION{"1.31.3"};
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 @@ -8,7 +8,7 @@ project(TrayWeather)
# Version Number
set (TRAYWEATHER_VERSION_MAJOR 1)
set (TRAYWEATHER_VERSION_MINOR 31)
set (TRAYWEATHER_VERSION_PATCH 2)
set (TRAYWEATHER_VERSION_PATCH 3)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,16 +170,16 @@ To the translation in your language. For example in Spanish it is:

# Repository information

**Version**: 1.31.2
**Version**: 1.31.3

**Status**: finished.

**cloc statistics**

| Language |files |blank |comment |code |
|:-----------------------------|--------------:|------------:|-----------------:|-----:|
| C++ | 12 | 1298 | 507 | 6455 |
| C/C++ Header | 12 | 405 | 1198 | 1238 |
| C++ | 12 | 1306 | 513 | 6491 |
| C/C++ Header | 12 | 407 | 1205 | 1240 |
| HTML | 1 | 33 | 0 | 152 |
| CMake | 1 | 19 | 12 | 129 |
| **Total** | **26** | **1755** | **1717** | **7974** |
| **Total** | **26** | **1765** | **1730** | **8012** |

0 comments on commit 128b5ba

Please sign in to comment.