release v3.0.0
This commit is contained in:
parent
c8881146d5
commit
200a3f0ef2
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ([2.69])
|
AC_PREREQ([2.69])
|
||||||
AC_INIT([sanskrit-iast], [2.0.0], [vlastavesely@protonmail.ch])
|
AC_INIT([sanskrit-iast], [3.0.0], [vlastavesely@protonmail.ch])
|
||||||
AC_CONFIG_SRCDIR([transliteration.c])
|
AC_CONFIG_SRCDIR([transliteration.c])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
|
|
||||||
|
|
|
@ -141,7 +141,7 @@ END_TEST
|
||||||
|
|
||||||
START_TEST(test_version)
|
START_TEST(test_version)
|
||||||
{
|
{
|
||||||
test_output("./iast -v", "iast v2.0.0\n");
|
test_output("./iast -v", "iast v3.0.0\n");
|
||||||
}
|
}
|
||||||
END_TEST
|
END_TEST
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue