This commit is contained in:
Thomas von Dein
2017-08-17 13:40:31 +02:00
parent f36091f19e
commit 30efd79d63
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
1.3.23
1.3.24

View File

@@ -144,7 +144,7 @@ $CONF = File::Spec->catfile($ENV{HOME}, ".noterc");
$USER = getlogin || getpwuid($<);
chomp $USER;
$TOPIC = 1;
$version = "1.3.23";
$version = "1.3.24";
$CurDepth = 1; # the current depth inside the topic "directory" structure...
$maxlen = "auto";
$timelen = 22;