Release clatd v2.0.0 and bump copyright year

The default behaviour is significantly changed since the previous
version, so upgrading might require changing the configuration file,
especially if not using it in a fairly standard 464XLAT environment
(e.g., as an SIIT-DC Edge Relay). According to the Semantic Versioning
standard, such changes require the major version to be bumped.
This commit is contained in:
Tore Anderson
2025-02-02 12:12:13 +01:00
parent 2ad52c57f8
commit 1c4ca683b5
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
Copyright (c) 2014-2023 Tore Anderson <tore@fud.no>
Copyright (c) 2014-2025 Tore Anderson <tore@fud.no>
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in

View File

@@ -471,7 +471,7 @@ configuration file) when reporting a bug.
=head1 LICENCE
Copyright (c) 2014-2023 Tore Anderson <tore@fud.no>
Copyright (c) 2014-2025 Tore Anderson <tore@fud.no>
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in

4
clatd
View File

@@ -1,6 +1,6 @@
#! /usr/bin/perl -w
#
# Copyright (c) 2014-2023 Tore Anderson <tore@fud.no>
# Copyright (c) 2014-2025 Tore Anderson <tore@fud.no>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@@ -27,7 +27,7 @@ use strict;
use IPC::Cmd qw(can_run);
use Net::IP;
my $VERSION = "1.6nat46";
my $VERSION = "2.0.0";
#
# Populate the global config hash with the default values