comparison configure.ac @ 306:13b268d9d034 0.8.4

bump to version 0.8.4.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 13 Jun 2009 18:17:25 +0900
parents 87dcbb5be76a
children ac151370a698
comparison
equal deleted inserted replaced
305:227e59f017f2 306:13b268d9d034
1 # -*- Autoconf -*- 1 # -*- Autoconf -*-
2 # Process this file with autoconf to produce a configure script. 2 # Process this file with autoconf to produce a configure script.
3 3
4 AC_PREREQ(2.59) 4 AC_PREREQ(2.59)
5 AC_INIT(pidgin-twitter, 0.8.3, yaz@honeyplanet.jp) 5 AC_INIT(pidgin-twitter, 0.8.4, yaz@honeyplanet.jp)
6 AC_CONFIG_SRCDIR([main.c]) 6 AC_CONFIG_SRCDIR([main.c])
7 7
8 # Checks for programs. 8 # Checks for programs.
9 AC_PROG_CC 9 AC_PROG_CC
10 10