We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c9abb commit 7dfb56bCopy full SHA for 7dfb56b
1 file changed
configure.ac
@@ -14,10 +14,9 @@ dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
14
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15
dnl General Public License for more details.
16
17
-AC_INIT([dnmtools], [1.2.2], [andrewds@usc.edu],
+AC_INIT([dnmtools], [1.2.3], [andrewds@usc.edu],
18
[dnmtools], [https://github.com/smithlabcode/dnmtools])
19
-dnl the config.h is not currently #included in the source, and only
20
-dnl used to keep command lines short.
+dnl the config.h is #included in the sources for version info
21
AC_CONFIG_HEADERS([config.h])
22
AM_INIT_AUTOMAKE([subdir-objects foreign])
23
0 commit comments