diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-03-04 20:35:47 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-03-04 20:36:00 +0100 |
commit | c5ff2444bb5f2d0d37b3c94b5afcb781174d51ce (patch) | |
tree | 6c0b4590b092d0866a96b4b1fc05c63d0babaf13 /configure.ac | |
parent | f7a2352da21acd0dbb5304e34d61d7588798c672 (diff) |
starting packaging for 0.9.4a
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 349e37178..18d774073 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # # AC_PREREQ([2.69]) -AC_INIT([taler-exchange],[0.9.4],[taler-bug@gnunet.org]) +AC_INIT([taler-exchange],[0.9.4a],[taler-bug@gnunet.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/util/util.c]) AC_CONFIG_HEADERS([taler_config.h]) |