comparison MonetDB-CLI-MapiPP/MonetDB/CLI/MapiPP.pm @ 48:1bdbb3ca1ae0

Update internal version numbers, and make sure they get updated in the future.
author Sjoerd Mullender <sjoerd@acm.org>
date Wed, 02 Jun 2021 17:19:26 +0200 (2021-06-02)
parents 8c8bd15f7a0b
children 44da5de4a725
comparison
equal deleted inserted replaced
47:8d6cfd04bde0 48:1bdbb3ca1ae0
4 use Encode (); 4 use Encode ();
5 use MonetDB::CLI::Mapi; 5 use MonetDB::CLI::Mapi;
6 use strict; 6 use strict;
7 use warnings; 7 use warnings;
8 8
9 our $VERSION = '1.00'; 9 our $VERSION = '1.01';
10 10
11 11
12 my %unescape = ( n => "\n", t => "\t", r => "\r", f => "\f"); 12 my %unescape = ( n => "\n", t => "\t", r => "\r", f => "\f");
13 13
14 sub unquote 14 sub unquote