From: Michael Orlitzky Date: Mon, 4 Dec 2017 14:41:28 +0000 (-0500) Subject: configure.ac: increase the version to 0.0.2. X-Git-Tag: 0.0.2^0 X-Git-Url: https://gitweb.michael.orlitzky.com/?p=emacs-keys.git;a=commitdiff_plain;h=8a10fbdcd5f957a1c0cce642e6c7a37236ad2cc3 configure.ac: increase the version to 0.0.2. --- diff --git a/configure.ac b/configure.ac index 51b92a0..f33d094 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([emacs-keys], [0.0.1], [michael@orlitzky.com]) +AC_INIT([emacs-keys], [0.0.2], [michael@orlitzky.com]) AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz]) # --enable-Xmodmap flag, disabled by default, that decides whether or