comparison configure.ac @ 356:e8e51c70793c

version bump to 0.9.2
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Thu, 26 Aug 2010 15:05:57 +0900
parents 2e37e715e4a6
children 85e109dee063
comparison
equal deleted inserted replaced
355:0fe895195132 356:e8e51c70793c
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.9.1, yaz@honeyplanet.jp) 5 AC_INIT(pidgin-twitter, 0.9.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