From 7174a1f2f2fcdbfe709aa2a3c0175e76aefe4934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Mangano-Tarumi?= Date: Wed, 24 Oct 2018 18:27:57 -0400 Subject: [PATCH] bump to 1.1.1 --- opustags.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opustags.c b/opustags.c index be02ac0..de118dc 100644 --- a/opustags.c +++ b/opustags.c @@ -164,7 +164,7 @@ int write_page(ogg_page *og, FILE *stream){ return 0; } -const char *version = "opustags version 1.1\n"; +const char *version = "opustags version 1.1.1\n"; const char *usage = "Usage: opustags --help\n"