From f82a7e3e8f5a948219596b0f05930e5beb920095 Mon Sep 17 00:00:00 2001 From: "Shih-Yuan Lee (FourDollars)" Date: Fri, 15 Aug 2014 13:15:53 +0800 Subject: [PATCH] Bump to v0.2 release. --- NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 559e594..3cd1637 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Version 0.2 - ? +Version 0.2 - Aug 15, 2014 * Feature: Add RPM spec file. * Bugfix: Fix the crash issue. diff --git a/configure.ac b/configure.ac index 0729bdf..58386c4 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.68]) -AC_INIT([x11-touchscreen-calibrator], [0.1], [https://github.com/fourdollars/x11-touchscreen-calibrator/issues], [x11-touchscreen-calibrator], [http://fourdollars.github.io/x11-touchscreen-calibrator/]) +AC_INIT([x11-touchscreen-calibrator], [0.2], [https://github.com/fourdollars/x11-touchscreen-calibrator/issues], [x11-touchscreen-calibrator], [http://fourdollars.github.io/x11-touchscreen-calibrator/]) AC_CONFIG_SRCDIR([x11-touchscreen-calibrator.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4])