diff --git a/NEWS b/NEWS index c59992c2a158ddb845b37b641e15afa939a628dd..e09e627a49bf5727c43a0809877264f2032ee986 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +Version 10.1 + - don't make rows homogeneous when form has a text field + Version 10.0 - many improvements in text-info dialog - uses monospace font by default diff --git a/configure.ac b/configure.ac index f67e60451e3d8a8dbd2b1594c894e1cdef2092fe..c7dc509c7f87d7477515acb2064fce968ec5b6b0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([YAD], [10.0], [https://github.com/v1cont/yad/issues/], yad, [https://github.com/v1cont/yad/]) +AC_INIT([YAD], [10.1], [https://github.com/v1cont/yad/issues/], yad, [https://github.com/v1cont/yad/]) AC_CONFIG_AUX_DIR([build]) AM_INIT_AUTOMAKE([1.11 foreign dist-xz no-dist-gzip])