* bumped version number to 1.1.1

* added kenwood sub-Makefile


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@308 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.1
Stéphane Fillod, F8CFE 2001-01-03 23:14:24 +00:00
rodzic bd27b79571
commit 0cb05f2810
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(include/hamlib/rig.h)
# version code:
V_MAJOR=1
V_MINOR=1.0
V_MINOR=1.1
AM_INIT_AUTOMAKE(hamlib, ${V_MAJOR}.${V_MINOR})
AM_CONFIG_HEADER(include/config.h)
AC_PREREQ(2.10)dnl dnl Minimum Autoconf version required.
@ -107,6 +107,7 @@ AC_SUBST(V_MINOR)
AC_SUBST(DLL_PRELOAD)
AC_OUTPUT( ft747/Makefile ft847/Makefile icom/Makefile aor/Makefile \
kenwood/Makefile \
Makefile include/Makefile include/hamlib/Makefile src/Makefile \
tests/Makefile doc/Makefile )