From: Ralph Giles Date: Thu, 2 Jul 2020 19:33:54 +0000 (-0700) Subject: Update version and copyright for the 1.3.7 release. X-Git-Tag: v1.3.7~1 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Flibvorbis.git;a=commitdiff_plain;h=eb40ca5fbd0c60d8bd1fd33be07f02defc21e5d7 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 Signed-off-by: Thomas Daede --- diff --git a/COPYING b/COPYING index 153b926..fb456a8 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 b31ee98..30c88d3 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 4e93459..14a267f 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 e19b566..c6bf857 100644 --- a/debian/copyright +++ b/debian/copyright @@ -7,7 +7,7 @@ Upstream Author: Monty 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 777d1f0..f2e39e3 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){