Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Bump version number |
---|---|
Timelines: | family | ancestors | descendants | both | trunk | 0.9.4-20191128 |
Files: | files | file ages | folders |
SHA1: |
bcffa4f25333f9e0435d78f040d557ce |
User & Date: | bernd 2019-11-28 16:15:14 |
Context
2019-11-28
| ||
16:54 | Typo check-in: 2efb192efa user: bernd tags: trunk | |
16:15 | Bump version number check-in: bcffa4f253 user: bernd tags: trunk, 0.9.4-20191128 | |
16:14 | Image+thumb stuff check-in: 76091b4829 user: bernd tags: trunk | |
Changes
Changes to configure.ac.
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
AC_INIT([net2o], [0.9.4-20191121], [bernd@net2o.de], [net2o], [https://fossil.net2o.de/net2o/reportlist])
AC_PREREQ([2.59])
AC_CONFIG_MACRO_DIR([m4])
AC_USE_SYSTEM_EXTENSIONS
LT_INIT
AC_MSG_CHECKING([for gforth])
|
| |
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
AC_INIT([net2o], [0.9.4-20191128], [bernd@net2o.de], [net2o], [https://fossil.net2o.de/net2o/reportlist])
AC_PREREQ([2.59])
AC_CONFIG_MACRO_DIR([m4])
AC_USE_SYSTEM_EXTENSIONS
LT_INIT
AC_MSG_CHECKING([for gforth])
|