From 829719776fc6b6509519e2f91c1358725a04141d Mon Sep 17 00:00:00 2001 From: AlDanial Date: Tue, 3 Sep 2024 21:04:15 -0700 Subject: [PATCH] bump to development version number 2.03 (overdue) --- Unix/cloc | 2 +- cloc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Unix/cloc b/Unix/cloc index 47f9855b..0a6bb20a 100755 --- a/Unix/cloc +++ b/Unix/cloc @@ -29,7 +29,7 @@ # . # # 1}}} -my $VERSION = "2.02"; # odd number == beta; even number == stable +my $VERSION = "2.03"; # odd number == beta; even number == stable my $URL = "github.com/AlDanial/cloc"; # 'https://' pushes header too wide require 5.10.0; # use modules {{{1 diff --git a/cloc b/cloc index 88256bc1..7e911bf1 100755 --- a/cloc +++ b/cloc @@ -29,7 +29,7 @@ # . # # 1}}} -my $VERSION = "2.02"; # odd number == beta; even number == stable +my $VERSION = "2.03"; # odd number == beta; even number == stable my $URL = "github.com/AlDanial/cloc"; # 'https://' pushes header too wide require 5.10.0; # use modules {{{1