diff options
author | Keith Packard <keithp@keithp.com> | 2014-06-24 15:58:35 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-06-24 15:58:35 -0700 |
commit | 97269bb90c1602a1f8c54fc7b6c34383a0370621 (patch) | |
tree | 48939030a83a1d2f8c023137557e88b641805b39 /configure.ac | |
parent | 309d91d25099bebda21e165165efa9ce86cb0a47 (diff) |
Bump version to 1.4.1.1
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 650abcc2..89994ccb 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.0.1) +AC_INIT([altos], 1.4.1.1) AC_CONFIG_SRCDIR([src/kernel/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |