branch: master
commit 7d5bb44f17757a9d30e79a8f431c3f48b3b80f69
Author: rocky <[email protected]>
Commit: rocky <[email protected]>
Sync autotools version, and clean up
---
Makefile.am | 2 +-
configure.ac | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 04aca09..318be7f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@ lisp_LISP = $(lisp_files)
PHONY=check check-short clean dist distclean test
-EXTRA_DIST = $(lisp_files) $(test_files) README.md THANKS COPYING
+EXTRA_DIST = $(lisp_files) $(test_files) README.md
GIT2CL ?= git2cl
#: Run all tests
diff --git a/configure.ac b/configure.ac
index 35bddab..b37b817 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(emacs-load-relative, 1.0,)
+AC_INIT(emacs-load-relative, 1.2,)
AC_CONFIG_SRCDIR(load-relative.el)
AM_INIT_AUTOMAKE
AM_MAINTAINER_MODE