unittest-cpp/fix_version_2.0.0.patch
2020-02-14 20:20:56 +00:00

12 lines
234 B
Diff

--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ([2.69])
AC_INIT([UnitTest++],
- m4_esyscmd_s([git describe --tags | cut -c2-]),
+ [2.0.0],
[pjohnmeyer@gmail.com],
[unittest-cpp])