We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16d884b commit 76a66ccCopy full SHA for 76a66cc
Makefile.am
@@ -1,5 +1,5 @@
1
EXTRA_DIST = autogen.sh m4 configure platforms
2
-SUBDIRS = src
+SUBDIRS = src docs
3
4
ACLOCAL_AMFLAGS = -I m4
5
configure.ac
@@ -4,7 +4,7 @@ dnl
dnl +------------------------
dnl | Initialize package info
6
7
-AC_INIT([HARP], [1.0-beta], [[email protected]], [harp], [https://theodorekisner.com/software/harp/])
+AC_INIT([HARP], [1.0.0], [[email protected]], [harp], [https://theodorekisner.com/software/harp/])
8
AC_CONFIG_SRCDIR([Makefile.am])
9
AM_INIT_AUTOMAKE([foreign])
10
AC_CONFIG_HEADERS(config.h)
0 commit comments