Skip to content

Commit

Permalink
Update version and copyright for the 1.3.7 release.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rillian committed Jul 4, 2020
1 parent 6819d9f commit eb40ca5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/info.c
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down

0 comments on commit eb40ca5

Please sign in to comment.