X-Git-Url: https://git.dlugolecki.net.pl/?p=command.git;a=blobdiff_plain;f=configure.ac;h=b990066154cb468a5fbbe8554b93dce04752e9b7;hp=988c0725d11efb548dc2e3b021c2893452f45df3;hb=5d3d8cfdf0048da0f821c055be2565f9c49e3107;hpb=6029eb4be9fbcda03387e9d013e3f026f08a8341 diff --git a/configure.ac b/configure.ac index 988c072..b990066 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Command], [0.2.1], [bugz@dlugolecki.net.pl], [command], [http://dlugolecki.net.pl/software/command/]) +AC_INIT([Command], [0.3], [bugz@dlugolecki.net.pl], [command], [http://dlugolecki.net.pl/software/command/]) AC_PREREQ([2.59]) AM_INIT_AUTOMAKE([1.10 -Wall]) AC_CONFIG_HEADERS([config.h]) @@ -7,6 +7,7 @@ AC_CONFIG_FILES([ include/Makefile Makefile tests/Makefile + examples/Makefile docs/Makefile ])