Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
cadebrown committed Jun 27, 2017
1 parent 22216a6 commit 7dcd665
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
AUTOMAKE_OPTIONS=foreign
SUBDIRS=src

EXTRA_DIST=test_opencl.c kernel.cl example_*
EXTRA_DIST=test_opencl.c kernel_* example_*

2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


AC_PREREQ([2.55])
AC_INIT([FractalRender], [0.3.0], [[email protected]])
AC_INIT([FractalRender], [0.3.2], [[email protected]])
AM_INIT_AUTOMAKE([subdir-objects])

#AC_CONFIG_MACRO_DIRS([m4])
Expand Down

0 comments on commit 7dcd665

Please sign in to comment.