[perl-gtk2-sourceview] Deprecation release 1.012; project is now in 'deprecated' status



commit 7da58f1f3463b27b6c8750536133452a4597874b
Author: Brian Manning <bmanning src gnome org>
Date:   Wed Jan 6 22:19:29 2021 -0800

    Deprecation release 1.012; project is now in 'deprecated' status
    
    - See the README file for more information about the project's
      deprecation

 NEWS          | 6 ++++++
 README        | 2 +-
 SourceView.pm | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 87657d2..560b07b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes since 1.011
+===============================
+
+* Added (DEPRECATION) to 'NAME' block in POD
+* Deprecation release, this module is now no longer maintained.
+
 Overview of changes since 1.010
 ===============================
 
diff --git a/README b/README
index 1b0004b..0230121 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Gtk2::SourceView version 1.011
+Gtk2::SourceView version 1.012
 ==============================
 
 NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE
diff --git a/SourceView.pm b/SourceView.pm
index 4e25fde..c9d72a9 100644
--- a/SourceView.pm
+++ b/SourceView.pm
@@ -45,7 +45,7 @@ our @EXPORT = qw(
        
 );
 
-our $VERSION = '1.011';
+our $VERSION = '1.012';
 
 sub dl_load_flags { 0x01 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]