summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Daede <daede003@umn.edu>2018-03-15 20:25:47 -0700
committerThomas Daede <daede003@umn.edu>2018-03-16 09:18:55 -0700
commit2ab6fbe005d61f7ea66fa038113894774c3147e8 (patch)
tree3667fc545e15cdd6a4849fb7ecacbec3e5e3fbba
parent667ceb4aab60c1f74060143bb24e5f427b3cce5f (diff)
downloadlibvorbis-git-2ab6fbe005d61f7ea66fa038113894774c3147e8.tar.gz
Bump version to 1.3.6
-rw-r--r--lib/info.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/info.c b/lib/info.c
index 8d0b2edd..3fbb7c75 100644
--- a/lib/info.c
+++ b/lib/info.c
@@ -30,8 +30,8 @@
#include "misc.h"
#include "os.h"
-#define GENERAL_VENDOR_STRING "Xiph.Org libVorbis 1.3.5"
-#define ENCODE_VENDOR_STRING "Xiph.Org libVorbis I 20150105 (⛄⛄⛄⛄)"
+#define GENERAL_VENDOR_STRING "Xiph.Org libVorbis 1.3.6"
+#define ENCODE_VENDOR_STRING "Xiph.Org libVorbis I 20180316 (Now 100% fewer shells)"
/* helpers */
static void _v_writestring(oggpack_buffer *o,const char *s, int bytes){