release v3.0.0

This commit is contained in:
Vlasta Vesely 2022-01-18 14:10:33 +01:00
parent c8881146d5
commit 200a3f0ef2
No known key found for this signature in database
GPG key ID: EB0E649DC0DFCC22
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
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_HEADERS([config.h])

View file

@ -141,7 +141,7 @@ END_TEST
START_TEST(test_version)
{
test_output("./iast -v", "iast v2.0.0\n");
test_output("./iast -v", "iast v3.0.0\n");
}
END_TEST