Skip to content

Commit

Permalink
prepare 0.1.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
neomilium committed Feb 22, 2010
1 parent d102b0e commit 8f6b6cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT(nfc-eventd, 0.1.0, rconty@il4p.fr)
AC_INIT(nfc-eventd, 0.1.1, rconty@il4p.fr)

AC_CONFIG_HEADER(config.h)

Expand All @@ -25,7 +25,7 @@ AC_PATH_PROG(PKG_CONFIG, pkg-config, [AC_MSG_ERROR([pkg-config not found.])])
# Checks for header files.
AC_HEADER_STDC
AC_HEADER_STDBOOL
AC_CHECK_HEADERS([stdio.h stdlib.h stdint.h stddef.h stdbool.h usb.h])
AC_CHECK_HEADERS([stdio.h stdlib.h stdint.h stddef.h stdbool.h])
AC_CHECK_FUNCS([memset])
AC_CHECK_FUNCS([strcasecmp])
AC_CHECK_FUNCS([strchr])
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
nfc-eventd (0.1.1-0) unstable; urgency=low

* New upstream release

-- Romuald Conty <rconty@il4p.fr> Mon, 22 Feb 2010 10:42:42 +0100

nfc-eventd (0.0.0-2) unstable; urgency=low

* Add NEM (Nfc Eventd Module) D-Bus.
Expand Down

0 comments on commit 8f6b6cb

Please sign in to comment.