From 6ac6562d2b83db1f9cfb1aad79030bf39d62dd29 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 8 Aug 2021 09:52:56 +0200 Subject: [PATCH] v 2.0 --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index d34fa81..3fa5619 100644 --- a/main.cpp +++ b/main.cpp @@ -83,7 +83,7 @@ int main(int argc, char ** argv) } else { - printf("WadExt v1.1 (c) 2016 Christoph Oelckers\nUsage: wadext [options] filename\n"); + printf("WadExt v2.0 (c) 2016 Christoph Oelckers\nUsage: wadext [options] filename\n"); printf("Options:\n"); printf(" -nogfxconvert : Leave Doom format patches and flats in their original form, if not specified they will be converted to PNG.\n"); printf(" -nosndconvert : Leave Doom format sounds in their original form, if not specified they will be converted to WAV.\n");