diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-04-11 18:51:44 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-04-11 20:29:10 +0200 |
commit | 2155151bb569b866fb091aa39416744d131e445b (patch) | |
tree | 6bc8f22b87d29753ffb530af3a6b9638af4506b0 | |
parent | 7872695be710dcd2de554b218462d14062d89064 (diff) |
Release version 3.1.0-rc1v3.1.0-rc1
-rw-r--r-- | configure.ac | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 95e7a23e..facb4441 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,6 @@ dnl Process this file with aclocal, autoconf and automake. -# "grows2" (for second phase of GROWS) to distinguish this version -# from version 3.1-dev. Remember to remove this again after merging. -AC_INIT([dillo], [3.1-dev]) +AC_INIT([dillo], [3.1.0-rc1]) dnl Detect the canonical target build environment AC_CANONICAL_TARGET |