[perl-gstreamer-interfaces: 3/3] Deprecation release 0.07; project is now in 'deprecated' status




commit 689617d183df80c7ebbae00cf4cc4a28ed752f5d
Author: Brian Manning <bmanning src gnome org>
Date:   Wed Jan 6 20:40:09 2021 -0800

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

 NEWS                        | 6 ++++++
 lib/GStreamer/Interfaces.pm | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 78de53a..8451cb8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in GStreamer::Interfaces 0.07
+=================================================
+
+* Deprecation release; project is now in 'deprecated' status.  See the README
+  file for more information about the project's deprecation
+
 Overview of changes in GStreamer::Interfaces 0.06
 =================================================
 
diff --git a/lib/GStreamer/Interfaces.pm b/lib/GStreamer/Interfaces.pm
index 5455a71..46bcfdd 100644
--- a/lib/GStreamer/Interfaces.pm
+++ b/lib/GStreamer/Interfaces.pm
@@ -9,7 +9,7 @@ require DynaLoader;
 
 our @ISA = qw(DynaLoader);
 
-our $VERSION = '0.06';
+our $VERSION = '0.07';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 


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