comparison configure.ac @ 316:ac151370a698

version bump to 0.8.5
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sun, 30 Aug 2009 02:15:01 +0900
parents 13b268d9d034
children ba5ac8d6c5bb
comparison
equal deleted inserted replaced
315:18d3e7c582de 316:ac151370a698
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.4, yaz@honeyplanet.jp) 5 AC_INIT(pidgin-twitter, 0.8.5, 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