Update version and copyright for the 1.3.7 release.
authorRalph Giles <giles@thaumas.net>
Thu, 2 Jul 2020 19:33:54 +0000 (12:33 -0700)
committerRalph Giles <giles@thaumas.net>
Sat, 4 Jul 2020 01:46:17 +0000 (18:46 -0700)
Bump soname version and vendor string for the new release.

Update the top-level copyright dates for the release.

The have only been bug fixes to the encoder, no tuning changes,
but we updated the codename last time. so doing so again this
time. It's better to be able to distinguish releases than not.

Signed-off-by: Mark Harris <mark.hsj@gmail.com>
Signed-off-by: Thomas Daede <daede003@umn.edu>
COPYING
README.md
configure.ac
debian/copyright
lib/info.c

diff --git a/COPYING b/COPYING
index 153b926..fb456a8 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-Copyright (c) 2002-2018 Xiph.org Foundation
+Copyright (c) 2002-2020 Xiph.org Foundation
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
index b31ee98..30c88d3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -143,5 +143,5 @@ USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS
 GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE
 IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.
 
-THE OggVorbis SOURCE CODE IS COPYRIGHT (C) 1994-2018
+THE OggVorbis SOURCE CODE IS COPYRIGHT (C) 1994-2020
 by the Xiph.Org Foundation https://xiph.org/
index 4e93459..14a267f 100644 (file)
@@ -5,7 +5,7 @@ dnl Initialization and Versioning
 dnl ------------------------------------------------
 
 
-AC_INIT([libvorbis],[1.3.6],[vorbis-dev@xiph.org])
+AC_INIT([libvorbis],[1.3.7],[vorbis-dev@xiph.org])
 
 AC_CONFIG_MACRO_DIR([m4])
 
@@ -29,15 +29,15 @@ dnl - interfaces added -> increment AGE
 dnl - interfaces removed -> AGE = 0
 
 V_LIB_CURRENT=4
-V_LIB_REVISION=8
+V_LIB_REVISION=9
 V_LIB_AGE=4
 
 VF_LIB_CURRENT=6
-VF_LIB_REVISION=7
+VF_LIB_REVISION=8
 VF_LIB_AGE=3
 
 VE_LIB_CURRENT=2
-VE_LIB_REVISION=11
+VE_LIB_REVISION=12
 VE_LIB_AGE=0
 
 AC_SUBST(V_LIB_CURRENT)
index e19b566..c6bf857 100644 (file)
@@ -7,7 +7,7 @@ Upstream Author: Monty <monty@xiph.org>
 
 Copyright:
 
-Copyright (c) 2002, Xiph.org Foundation
+Copyright (c) 2020, Xiph.org Foundation
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
index 777d1f0..f2e39e3 100644 (file)
@@ -29,8 +29,8 @@
 #include "misc.h"
 #include "os.h"
 
-#define GENERAL_VENDOR_STRING "Xiph.Org libVorbis 1.3.6"
-#define ENCODE_VENDOR_STRING "Xiph.Org libVorbis I 20180316 (Now 100% fewer shells)"
+#define GENERAL_VENDOR_STRING "Xiph.Org libVorbis 1.3.7"
+#define ENCODE_VENDOR_STRING "Xiph.Org libVorbis I 20200704 (Reducing Environment)"
 
 /* helpers */
 static void _v_writestring(oggpack_buffer *o,const char *s, int bytes){