From cf0b95174301871626f16cafb49b20b6d4a5aa2d Mon Sep 17 00:00:00 2001 From: Tim Savannah Date: Sun, 25 Jun 2017 23:58:31 -0400 Subject: [PATCH] Version 0.1.1 --- shmfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shmfile.c b/shmfile.c index dd5be40..c4851b2 100644 --- a/shmfile.c +++ b/shmfile.c @@ -60,7 +60,7 @@ static volatile const char *copyright = "Copyright (c) 2017 Timothy Savannah All Rights Reserved, licensed under terms of Lesser GNU Public License version 2.1"; static volatile const char *product_name = "shmfile"; -static volatile const char *version = "Version 0.1.0"; +static volatile const char *version = "Version 0.1.1"; void _fshm_printCopyrightVersion(void)