Release 0.1

This commit is contained in:
Marcel Holtmann 2009-07-10 11:36:02 -07:00
parent 0e580287dd
commit bc42f6ab59
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -1,7 +1,7 @@
AC_PREREQ(2.60)
AC_INIT()
AM_INIT_AUTOMAKE(ofono, 0.0)
AM_INIT_AUTOMAKE(ofono, 0.1)
AM_CONFIG_HEADER(config.h)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])