summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2013-04-19 13:36:28 +0000
committerAdrian Thurston <thurston@complang.org>2013-04-19 13:40:21 +0000
commitf02f785ab672c837dbc36fb8e672a2362a77c26a (patch)
tree8339a85780d3cc9e6e7ef7a8d7fb777c6b288f31
parent57792f74d182239d0b58144aab7114d85c5fa6f7 (diff)
downloadcolm-f02f785ab672c837dbc36fb8e672a2362a77c26a.tar.gz
version bumped 0.10
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index b388c2cf..c3f51d88 100644
--- a/configure.in
+++ b/configure.in
@@ -18,8 +18,8 @@ dnl You should have received a copy of the GNU General Public License
dnl along with Colm; if not, write to the Free Software
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-AC_INIT(colm, 0.9)
-PUBDATE="Feb 2013"
+AC_INIT(colm, 0.10)
+PUBDATE="Apr 2013"
AM_INIT_AUTOMAKE([foreign])