comparison configure.ac @ 334:2dec3eb6e770

version bump to 0.9.0
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Tue, 13 Oct 2009 13:39:49 +0900
parents 38a2ef743019
children 941f848b61c9
comparison
equal deleted inserted replaced
333:dff611cb9f7b 334:2dec3eb6e770
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.2, yaz@honeyplanet.jp) 5 AC_INIT(pidgin-twitter, 0.9.0, 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