From 8364667b4cc8cebc72de85f211edaec8b4072cf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Mangano?= Date: Tue, 1 Mar 2016 15:52:10 +0100 Subject: [PATCH] at least call the new opustags 2.x --- src/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cc b/src/main.cc index ba43e1a..59afda4 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1,7 +1,7 @@ #include #include "options.h" -static const auto version = "1.1"; +static const auto version = "2.x"; static void show_usage(const bool include_help) {