source: trunk/plugins/admin_version.tcl @ 1143

Revision 745, 734 bytes checked in by james, 5 years ago (diff)

new version plugin

  • Property svn:executable set to *
Line 
1# bMotion: admin plugin file for version info
2#
3
4###############################################################################
5# This is a bMotion plugin
6# Copyright (C) James Michael Seward 2000-2002
7#
8# This program is covered by the GPL, please refer the to LICENCE file in the
9# distribution; further information can be found in the headers of the scripts
10# in the modules directory.
11###############################################################################
12
13
14proc bMotion_plugin_management_version { handle { arg "" } } {
15  global bMotionVersion
16
17        bMotion_putadmin "bMotion $bMotionVersion -- http://www.bmotion.net"
18
19  return 0
20}
21
22bMotion_plugin_add_management "version" "^version" n "bMotion_plugin_management_version"
Note: See TracBrowser for help on using the repository browser.