~cmooney/scalestack/ss_smtpd

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Eric Day
  • Date: 2010-06-03 21:14:58 UTC
  • Revision ID: eday@oddments.org-20100603211458-2akrxhg767vfkqxy
Bumped version numbers for release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
# the COPYING file in this directory for full text.
9
9
#
10
10
 
11
 
AC_INIT([scalestack],[0.1],[https://bugs.launchpad.net/scalestack],
 
11
AC_INIT([scalestack],[0.2],[https://bugs.launchpad.net/scalestack],
12
12
        [scalestack], [http://scalestack.org/])
13
13
AC_CONFIG_SRCDIR([scalestack/kernel/core.h])
14
14
AC_CONFIG_AUX_DIR(config)
17
17
PANDORA_CANONICAL_TARGET(require-cxx, warnings-always-on)
18
18
 
19
19
# Increment if interfaces have been added, removed, or changed.
20
 
LIBSCALESTACK_VERSION_CURRENT=0
 
20
LIBSCALESTACK_VERSION_CURRENT=1
21
21
 
22
22
# Increment if source code has changed, set to zero if current is incremented.
23
23
LIBSCALESTACK_VERSION_REVISION=0