Release 0.1

This commit is contained in:
Marcel Holtmann 2018-02-10 19:12:21 +01:00
parent 3bc7d2e722
commit 9b1aaf8f4b
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1,2 @@
ver 0.1:
Initial public release.

View File

@ -1,5 +1,5 @@
AC_PREREQ(2.60)
AC_INIT(iwd, 0.0)
AC_INIT(iwd, 0.1)
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build-aux)