From 7dcd66590bc52ed52d0e399237ebf2f0f4a1669a Mon Sep 17 00:00:00 2001 From: Cade Brown Date: Mon, 26 Jun 2017 20:27:45 -0400 Subject: [PATCH] Version --- Makefile.am | 3 ++- configure.ac | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index d9e32d9..b9ba549 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,4 +5,5 @@ AUTOMAKE_OPTIONS=foreign SUBDIRS=src -EXTRA_DIST=test_opencl.c kernel.cl example_* +EXTRA_DIST=test_opencl.c kernel_* example_* + diff --git a/configure.ac b/configure.ac index 808492d..25e695b 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_PREREQ([2.55]) -AC_INIT([FractalRender], [0.3.0], [group@chemicaldevelopment.us]) +AC_INIT([FractalRender], [0.3.2], [group@chemicaldevelopment.us]) AM_INIT_AUTOMAKE([subdir-objects]) #AC_CONFIG_MACRO_DIRS([m4])