updated changelog and version for v0.2
[deb_libcec.git] / configure.ac
index 45b0e49d7adfd3de348a4a3ba3710ddbc806838e..883d414ac3e2172f527dfeea734c62166ae08d09 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([libcec], 0:1:0)
+AC_INIT([libcec], 0:2:0)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 
 AC_PROG_CXX
@@ -9,4 +9,4 @@ AC_CHECK_LIB([pthread], [main],, AC_MSG_ERROR("required library 'pthread' is mis
 AC_CHECK_LIB([udev], [main],, AC_MSG_ERROR("required library 'udev' is missing"))
 
 AC_CONFIG_FILES([src/lib/libcec.pc])
-AC_OUTPUT([Makefile src/lib/Makefile src/testclient/Makefile])
\ No newline at end of file
+AC_OUTPUT([Makefile src/lib/Makefile src/testclient/Makefile])