8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e0d70 commit 1a62540Copy full SHA for 1a62540
configure.ac
@@ -2,7 +2,11 @@
2
# Process this file with autoconf to produce a configure script.
3
4
AC_PREREQ([2.69])
5
-AC_INIT([UnitTest++], [1.6.0], [pjohnmeyer@gmail.com])
+AC_INIT([UnitTest++],
6
+ m4_esyscmd_s([git describe --tags | cut -c2-]),
7
+ [pjohnmeyer@gmail.com],
8
+ [unittest-cpp])
9
+
10
AC_CONFIG_SRCDIR([UnitTest++/TestDetails.cpp])
11
AC_CONFIG_MACRO_DIR([m4])
12
AC_CONFIG_HEADERS([config.h])
0 commit comments