Skip to content

Commit

Permalink
Bump to v0.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
fourdollars committed Aug 15, 2014
1 parent 4e42dae commit f82a7e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 0.2 - ?
Version 0.2 - Aug 15, 2014

* Feature: Add RPM spec file.
* Bugfix: Fix the crash issue.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit f82a7e3

Please sign in to comment.