~noskcaj/ubuntu/trusty/tumbler/0.1.30

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2011-01-20 23:42:03 UTC
  • Revision ID: james.westby@ubuntu.com-20110120234203-9hx1xb1ihyvt9u01
Tags: upstream-0.1.6
ImportĀ upstreamĀ versionĀ 0.1.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# vi:set et ai sw=2 sts=2 ts=2: */
2
2
# -
3
 
# Copyright (c) 2009-2010 Jannis Pohlmann <jannis@xfce.org>
 
3
# Copyright (c) 2009-2011 Jannis Pohlmann <jannis@xfce.org>
4
4
5
5
# This program is free software; you can redistribute it and/or 
6
6
# modify it under the terms of the GNU General Public License as
24
24
m4_define([tumbler_version_api_major], [1])
25
25
m4_define([tumbler_version_major], [0])
26
26
m4_define([tumbler_version_minor], [1])
27
 
m4_define([tumbler_version_micro], [5])
 
27
m4_define([tumbler_version_micro], [6])
28
28
m4_define([tumbler_version], [tumbler_version_major().tumbler_version_minor().tumbler_version_micro()])
29
29
 
30
30
dnl ********************************************
35
35
dnl ***************************
36
36
dnl *** Initialize autoconf ***
37
37
dnl ***************************
38
 
AC_COPYRIGHT([Copyright (c) 2009-2010 Jannis Pohlmann <jannis@xfce.org>])
 
38
AC_COPYRIGHT([Copyright (c) 2009-2011 Jannis Pohlmann <jannis@xfce.org>])
39
39
AC_INIT([tumbler], [tumbler_version], [http://bugzilla.xfce.org/])
40
40
AC_PREREQ([2.50])
41
41
AC_CANONICAL_TARGET()