Fixed OTR dependency when library not present, changed version to 0.4.2

This commit is contained in:
James Booth
2014-05-19 20:41:19 +01:00
parent 3fb5649ccc
commit e10ea1be4e
5 changed files with 13 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_INIT([profanity], [0.5.0], [boothj5web@gmail.com])
AC_INIT([profanity], [0.4.2], [boothj5web@gmail.com])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_HEADERS([src/config.h])
AC_CONFIG_AUX_DIR([build-aux])