From 8df31e53e02696fabbc084c7dd27ba148e0c1ba1 Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Thu, 29 Jan 2015 17:43:21 -0800 Subject: [PATCH] release 0.2.2 --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e526ce6..9c2c089 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-01-29 Dirk Eddelbuettel + + * configure.ac: Mark as release 0.2.2 + 2015-01-18 Dirk Eddelbuettel * examples/check.r: Add --setwd dir option to change directories diff --git a/configure.ac b/configure.ac index a1a6096..e089592 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. # Every other copy of the package version number gets its value from here -AC_INIT(littler,0.2.1) +AC_INIT(littler,0.2.2) # Look for ancillary configure tools in tools AC_CONFIG_AUX_DIR(tools)