summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2020-07-02 12:33:54 -0700
committerRalph Giles <giles@thaumas.net>2020-07-03 18:46:17 -0700
commiteb40ca5fbd0c60d8bd1fd33be07f02defc21e5d7 (patch)
treef7d17e0e3d80eeb5ba0aadac0749408ab1f6506e
parent6819d9f05fc989d2b32c455f879d3243544ebc1a (diff)
downloadlibvorbis-git-eb40ca5fbd0c60d8bd1fd33be07f02defc21e5d7.tar.gz
Update version and copyright for the 1.3.7 release.
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>
-rw-r--r--COPYING2
-rw-r--r--README.md2
-rw-r--r--configure.ac8
-rw-r--r--debian/copyright2
-rw-r--r--lib/info.c4
5 files changed, 9 insertions, 9 deletions
diff --git a/COPYING b/COPYING
index 153b926a..fb456a87 100644
--- 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
diff --git a/README.md b/README.md
index b31ee985..30c88d39 100644
--- 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/
diff --git a/configure.ac b/configure.ac
index 4e934593..14a267f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)
diff --git a/debian/copyright b/debian/copyright
index e19b5661..c6bf857e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -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
diff --git a/lib/info.c b/lib/info.c
index 777d1f03..f2e39e38 100644
--- a/lib/info.c
+++ b/lib/info.c
@@ -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){