From af7e2abbf9cb1cc8c3d761354f9da3e48236d1a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 17 Aug 2015 21:12:39 +0000 Subject: Bumped to version-1.7 svn path=/trunk/externals/loaders/hexloader/; revision=17521 --- hexloader-meta.pd | 2 +- hexloader.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hexloader-meta.pd b/hexloader-meta.pd index 21165f5..07d3cbb 100644 --- a/hexloader-meta.pd +++ b/hexloader-meta.pd @@ -2,5 +2,5 @@ #N canvas 25 49 420 300 META 1; #X text 13 41 NAME hexloader; #X text 10 25 AUTHOR zmoelnig@iem.at; -#X text 10 10 VERSION 1.7; +#X text 10 10 VERSION v1.7; #X restore 10 10 pd META; diff --git a/hexloader.c b/hexloader.c index a510c03..4897bab 100644 --- a/hexloader.c +++ b/hexloader.c @@ -89,7 +89,7 @@ typedef struct _hexloader } t_hexloader; static t_class *hexloader_class; -static char *version = "1.6"; +static char *version = "1.7"; static char*hex_dllextent[] = { -- cgit v1.2.1