comparison configure.ac @ 326:38a2ef743019 0.8.5.2

version bump to 0.8.5.2
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sun, 20 Sep 2009 01:48:17 +0900
parents ba5ac8d6c5bb
children 2dec3eb6e770
comparison
equal deleted inserted replaced
325:34af644d214a 326:38a2ef743019
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.5.1, yaz@honeyplanet.jp) 5 AC_INIT(pidgin-twitter, 0.8.5.2, 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