diff options
author | Keith Packard <keithp@keithp.com> | 2014-09-13 13:00:58 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-09-13 13:00:58 -0700 |
commit | e151c144fcdb1da96e715f29c049dc4869e1d53d (patch) | |
tree | 4e8674fa8c840de4490d53f2f8569f5be2a8536f /configure.ac | |
parent | ff7c006e50515040d43399899fac26a3fe26d8a7 (diff) |
Mark master branch as past the 1.5 point
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 60c346ea..b945832f 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.4.9.3) +AC_INIT([altos], 1.5.9.0) AC_CONFIG_SRCDIR([src/kernel/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |