versioning scheme, where iface is the number of the oldest
interface supported.
+2000-09-15 Gary V. Vaughan <gvv@techie.com>
+
+ * ltmain.in (version_type): Use "-iface" as the windows
+ versioning scheme, where iface is the number of the oldest
+ interface supported.
+
2000-09-14 Gary V. Vaughan <gvv@techie.com>
From Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
;;
windows)
- # Like Linux, but with '-' rather than '.', since we only
- # want one extension on Windows 95.
+ # Use '-' rather than '.', since we only want one
+ # extension on DOS 8.3 filesystems.
major=`expr $current - $age`
- versuffix="-$major-$age-$revision"
+ versuffix="-$major"
;;
*)