Skip to content

Commit eb40ca5

Browse files
committed
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 <[email protected]> Signed-off-by: Thomas Daede <[email protected]>
1 parent 6819d9f commit eb40ca5

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2002-2018 Xiph.org Foundation
1+
Copyright (c) 2002-2020 Xiph.org Foundation
22

33
Redistribution and use in source and binary forms, with or without
44
modification, are permitted provided that the following conditions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,5 @@ USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS
143143
GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE
144144
IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.
145145

146-
THE OggVorbis SOURCE CODE IS COPYRIGHT (C) 1994-2018
146+
THE OggVorbis SOURCE CODE IS COPYRIGHT (C) 1994-2020
147147
by the Xiph.Org Foundation https://xiph.org/

configure.ac

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dnl Initialization and Versioning
55
dnl ------------------------------------------------
66

77

8-
AC_INIT([libvorbis],[1.3.6],[[email protected]])
8+
AC_INIT([libvorbis],[1.3.7],[[email protected]])
99

1010
AC_CONFIG_MACRO_DIR([m4])
1111

@@ -29,15 +29,15 @@ dnl - interfaces added -> increment AGE
2929
dnl - interfaces removed -> AGE = 0
3030

3131
V_LIB_CURRENT=4
32-
V_LIB_REVISION=8
32+
V_LIB_REVISION=9
3333
V_LIB_AGE=4
3434

3535
VF_LIB_CURRENT=6
36-
VF_LIB_REVISION=7
36+
VF_LIB_REVISION=8
3737
VF_LIB_AGE=3
3838

3939
VE_LIB_CURRENT=2
40-
VE_LIB_REVISION=11
40+
VE_LIB_REVISION=12
4141
VE_LIB_AGE=0
4242

4343
AC_SUBST(V_LIB_CURRENT)

debian/copyright

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Upstream Author: Monty <[email protected]>
77

88
Copyright:
99

10-
Copyright (c) 2002, Xiph.org Foundation
10+
Copyright (c) 2020, Xiph.org Foundation
1111

1212
Redistribution and use in source and binary forms, with or without
1313
modification, are permitted provided that the following conditions

lib/info.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
#include "misc.h"
3030
#include "os.h"
3131

32-
#define GENERAL_VENDOR_STRING "Xiph.Org libVorbis 1.3.6"
33-
#define ENCODE_VENDOR_STRING "Xiph.Org libVorbis I 20180316 (Now 100% fewer shells)"
32+
#define GENERAL_VENDOR_STRING "Xiph.Org libVorbis 1.3.7"
33+
#define ENCODE_VENDOR_STRING "Xiph.Org libVorbis I 20200704 (Reducing Environment)"
3434

3535
/* helpers */
3636
static void _v_writestring(oggpack_buffer *o,const char *s, int bytes){

0 commit comments

Comments
 (0)