Added examples for binding functions and methods
[command.git] / configure.ac
index 988c0725d11efb548dc2e3b021c2893452f45df3..b990066154cb468a5fbbe8554b93dce04752e9b7 100644 (file)
@@ -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
 ])