We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04cdd06 commit 4e9f89bCopy full SHA for 4e9f89b
debian/changelog
@@ -1,3 +1,9 @@
1
+sio2jail (1.4.4) UNRELEASED; urgency=medium
2
+
3
+ * Version 1.4.4
4
5
+ -- Mateusz Masiarz <[email protected]> Wed, 13 Sep 2023 12:23:31 +0100
6
7
sio2jail (1.4.3) UNRELEASED; urgency=medium
8
9
* Initial Release.
src/s2japp/ApplicationSettings.cc
@@ -84,7 +84,7 @@ class StringOutputGenerator : public TCLAP::StdOutput {
84
namespace s2j {
85
namespace app {
86
87
-const std::string ApplicationSettings::VERSION = "1.4.3";
+const std::string ApplicationSettings::VERSION = "1.4.4";
88
89
const std::string ApplicationSettings::DESCRIPTION =
90
"SIO2jail, a sandbox for programming contests.";
0 commit comments