Skip to content

Commit 91b01d3

Browse files
committed
v2.0.1
1 parent 30fe11a commit 91b01d3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

agrolib/pragaProject/pragaShell.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ int pragaBatch(PragaProject* myProject, QString scriptFileName)
900900
attachOutputToConsole();
901901
#endif
902902

903-
myProject->logInfo("\nPRAGA v2.0.0");
903+
myProject->logInfo("\nPRAGA v2.0.1");
904904
myProject->logInfo("Execute script: " + scriptFileName);
905905

906906
if (scriptFileName == "")

fedora/SPECS/PRAGA.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
%{!?srcarchivename: %global srcarchivename PRAGA-%{version}}
33

44
Name: PRAGA
5-
Version: 2.0.0
6-
Release: 2%{?dist}
5+
Version: 2.0.1
6+
Release: 1%{?dist}
77
Summary: PRogram for AGrometeorological Analysis
88

99
URL: https://github.com/ARPA-SIMC/PRAGA
@@ -55,6 +55,9 @@ cp -a src/PRAGA %{buildroot}/%{_bindir}/
5555

5656

5757
%changelog
58+
* Fri Jan 17 2025 Fausto Tomei <ftomei@arpae.it> - 2.0.1-1
59+
- Release 2.0.1
60+
5861
* Tue Jan 14 2025 Fausto Tomei <ftomei@arpae.it> - 2.0.0-2
5962
- Release 2.0.0
6063

0 commit comments

Comments
 (0)