~jezra/vattery/trunk

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: jezra
  • Date: 2010-09-29 22:57:58 UTC
  • Revision ID: jezra@fatlappy-20100929225758-vwf74d6uxieonp48
0.7 release candidate thing

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# configure.ac
2
2
 
3
 
AC_INIT([vattery], [0.72])
 
3
AC_INIT([vattery], [0.7.0])
4
4
AC_CONFIG_SRCDIR([src/main.vala])
5
5
AC_CONFIG_HEADERS([config.h])
6
6
 
7
 
AM_INIT_AUTOMAKE([dist-zip])
 
7
AM_INIT_AUTOMAKE([])
8
8
 
9
9
# Enable silent rules is available
10
10
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])