Changeset 11181

Show
Ignore:
Timestamp:
2008-09-04 05:26:36 (3 months ago)
Author:
olly
Message:

configure.ac: Set version to 1.1.0.

Location:
trunk/xapian-applications/omega
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/xapian-applications/omega/ChangeLog

    r11180 r11181  
     1Thu Sep 04 04:26:22 GMT 2008  Olly Betts <olly@survex.com> 
     2 
     3        * configure.ac: Set version to 1.1.0. 
     4 
    15Thu Sep 04 04:21:12 GMT 2008  Olly Betts <olly@survex.com> 
    26 
  • trunk/xapian-applications/omega/configure.ac

    r10962 r11181  
    11dnl Process this file with autoconf to produce a configure script. 
    22 
    3 AC_INIT([xapian-omega], [1.0.7], [http://xapian.org/bugs]) 
     3AC_INIT([xapian-omega], [1.1.0], [http://xapian.org/bugs]) 
    44AC_PREREQ([2.62]) 
    55AM_INIT_AUTOMAKE([1.10.1 -Wportability tar-ustar])