diff libgui/module.mk @ 25590:02766a14c461

add info about version numbers in etc/HACKING.md file * HACKING.md: Describe the meaning of the Octave version number and the Octave shared library version numbers and how to update them. * libgui/module.mk, libinterp/module.mk, liboctave/module.mk: Refer to etc/HACKING.md file instead of libtool manual for explanation of how to update shared library version numbers. * configure.ac: Refer to etc/HACKING.md file for explanation of how to update Octave version number.
author John W. Eaton <jwe@octave.org>
date Thu, 12 Jul 2018 15:00:13 -0400
parents faed660f7222
children 90d43011e8e7
line wrap: on
line diff
--- a/libgui/module.mk	Thu Jul 12 13:10:24 2018 -0400
+++ b/libgui/module.mk	Thu Jul 12 15:00:13 2018 -0400
@@ -62,7 +62,9 @@
   liboctave/liboctave.la \
   $(LIBOCTGUI_LINK_DEPS)
 
-# Increment these as needed and according to the rules in the libtool manual:
+## Increment the following version numbers as needed and according
+## to the rules in the etc/HACKING.md file:
+
 %canon_reldir%_liboctgui_current = 3
 %canon_reldir%_liboctgui_revision = 0
 %canon_reldir%_liboctgui_age = 0