summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2014-01-17 20:55:45 -0700
committerBdale Garbee <bdale@gag.com>2014-01-17 20:55:45 -0700
commit2b891115c95453d9002d8ef307a27e14eda145a5 (patch)
tree18f4ab699a0a3f68980666f09d820248934ef67b /configure.ac
parentc33ec8207c0e5d4c855e87b2746371b19d437f7d (diff)
set version to 1.3.0.2 for test flights this weekend
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 20acdf5f..33acc027 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ dnl
dnl Process this file with autoconf to create configure.
AC_PREREQ(2.57)
-AC_INIT([altos], 1.3.9.1)
+AC_INIT([altos], 1.3.0.2)
AC_CONFIG_SRCDIR([src/core/ao.h])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE