Skip to content

Commit cd16ebe

Browse files
committed
Merge pull request #2 from roystgnr/version_010
Version 0.1.0
2 parents 33e0a6a + dcf8bec commit cd16ebe

File tree

5 files changed

+420
-140
lines changed

5 files changed

+420
-140
lines changed

CHANGES

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Version 0.0.0 (In progress)
1+
Version 0.1.0
2+
Version 0.0.0

configure.ac

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
dnl Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ(2.61)
5-
AC_INIT(metaphysicl, 0.0.0, [email protected])
5+
AC_INIT(metaphysicl, 0.1.0, [email protected])
66
AC_CONFIG_MACRO_DIR([m4])
77

88
AC_CONFIG_HEADER(metaphysicl_config.h.tmp)
@@ -132,4 +132,6 @@ AC_OUTPUT()
132132
dnl------------------------------
133133
dnl Final summary
134134
dnl------------------------------
135+
AX_SUMMARIZE_ENV
136+
135137
AX_SUMMARIZE_CONFIG

0 commit comments

Comments
 (0)