diff --git a/COPYING b/COPYING index 153b926a152a6bdd3230f64c0583a146d797f52e..fb456a87bdfafe2cab7de982e8ce11204933ec5c 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 b31ee9858043aab26352b3f62bf00e86d0da4803..30c88d391d928b2fccca9690fcaee05299aa4e44 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 4e93459317b0fd8aa2abda8d035138a3b4aa056a..14a267f8923933573dc6a417d8a41a993742b7f1 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 e19b5661d64052c09a6fd718f9aaecbf531e7a33..c6bf857edc2c682e1116e19b6382554930b31352 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 777d1f034c9d9d5bde1ecd0fa641241aa52a7f6f..f2e39e387e67d954578e32fd2a712dba2b69914e 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){