Skip to content

Commit

Permalink
Properly update to v3.0.2 this time.
Browse files Browse the repository at this point in the history
  • Loading branch information
resuna committed Mar 10, 2017
1 parent b988380 commit dd40fff
Show file tree
Hide file tree
Showing 18 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions tkined/unix/configure
Original file line number Diff line number Diff line change
Expand Up @@ -2359,8 +2359,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_config_headers="$ac_config_headers config.h"
TNM_VERSION=3.0.1
TKI_VERSION=1.5.0
TNM_VERSION=3.0.2
TKI_VERSION=1.5.1
TCL_VERSION=8.6
TK_VERSION=8.6
Expand Down
4 changes: 2 additions & 2 deletions tkined/unix/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ dnl
AC_INIT(scotty.c)
AC_CONFIG_HEADER(config.h)

TNM_VERSION=3.0.1
TKI_VERSION=1.5.0
TNM_VERSION=3.0.2
TKI_VERSION=1.5.1
TCL_VERSION=8.6
TK_VERSION=8.6

Expand Down
8 changes: 4 additions & 4 deletions tkined/win/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
# and is derived from the example provided by Sun Microsystems.
#

TNM_VERSION = 3.0.1
TNM_DLL_VERSION = 300
TNM_VERSION = 3.0.2
TNM_DLL_VERSION = 302

TKI_VERSION = 1.5.0
TKI_DLL_VERSION = 150
TKI_VERSION = 1.5.1
TKI_DLL_VERSION = 151

TCL_DLL_VERSION = 84
TK_DLL_VERSION = 84
Expand Down
2 changes: 1 addition & 1 deletion tnm/generic/tnm.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ typedef long LONG;
*----------------------------------------------------------------
*/

#define TNM_VERSION "3.0.1"
#define TNM_VERSION "3.0.2"
#ifndef TKI_VERSION
#define TKI_VERSION "1.5.1"
#endif
Expand Down
2 changes: 1 addition & 1 deletion tnm/library/TnmDialog.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# @(#) $Id: TnmDialog.tcl,v 1.1.1.1 2006/12/07 12:16:57 karl Exp $

package require Tnm 3.0
package provide TnmDialog 3.0.1
package provide TnmDialog 3.0.2

namespace eval TnmDialog {
namespace export Confirm
Expand Down
2 changes: 1 addition & 1 deletion tnm/library/TnmEther.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# @(#) $Id: TnmEther.tcl,v 1.1.1.1 2006/12/07 12:16:57 karl Exp $

package require Tnm 3.0
package provide TnmEther 3.0.1
package provide TnmEther 3.0.2

namespace eval TnmEther {
namespace export GetVendor GetEthers
Expand Down
2 changes: 1 addition & 1 deletion tnm/library/TnmIetf.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# @(#) $Id: TnmIetf.tcl,v 1.1.1.1 2006/12/07 12:16:57 karl Exp $

package require Tnm 3.0
package provide TnmIetf 3.0.1
package provide TnmIetf 3.0.2

namespace eval TnmMap {
namespace export GetRfcUrl GetMibModuleUrl
Expand Down
2 changes: 1 addition & 1 deletion tnm/library/TnmInet.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# @(#) $Id: TnmInet.tcl,v 1.1.1.1 2006/12/07 12:16:57 karl Exp $

package require Tnm 3.0
package provide TnmInet 3.0.1
package provide TnmInet 3.0.2

namespace eval TnmInet {
namespace export GetIpAddress GetIpName DayTime Finger TraceRoute
Expand Down
2 changes: 1 addition & 1 deletion tnm/library/TnmMap.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

package require Tnm 3.0
package require TnmInet 3.0
package provide TnmMap 3.0.1
package provide TnmMap 3.0.2

namespace eval TnmMap {
namespace export GetIpAddress GetIpName GetSnmpSession
Expand Down
2 changes: 1 addition & 1 deletion tnm/library/TnmMonitor.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

package require Tnm 3.0
package require TnmMap 3.0
package provide TnmMonitor 3.0.1
package provide TnmMonitor 3.0.2

#########################################################################

Expand Down
2 changes: 1 addition & 1 deletion tnm/library/TnmScriptMib.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

package require Tnm 3.0
package require TnmSnmp 3.0
package provide TnmScriptMib 3.0.1
package provide TnmScriptMib 3.0.2

namespace eval TnmScriptMib {
namespace export GetLanguages GetExtensions
Expand Down
2 changes: 1 addition & 1 deletion tnm/library/TnmSmxProfiles.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

package require Tnm 3.0

package provide TnmSmxProfiles 3.0.1
package provide TnmSmxProfiles 3.0.2

namespace eval TnmSmxProfiles {
namespace export safe tnm snmp snmp-134.169
Expand Down
2 changes: 1 addition & 1 deletion tnm/library/TnmSnmp.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
package require Tnm 3.0
package require TnmDialog 3.0
package require TnmInet 3.0
package provide TnmSnmp 3.0.1
package provide TnmSnmp 3.0.2

namespace eval TnmSnmp {
namespace export Walk
Expand Down
2 changes: 1 addition & 1 deletion tnm/library/TnmTerm.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
package require Tnm 3.0
package require TnmInet 3.0
package require TnmDialog 3.0
package provide TnmTerm 3.0.1
package provide TnmTerm 3.0.2

namespace eval TnmTerm {
namespace export Open Close Clear Write SetName SetIcon
Expand Down
2 changes: 1 addition & 1 deletion tnm/library/pkgIndex.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ foreach pkg {
TnmDialog TnmTerm TnmInet TnmMap TnmIetf TnmEther TnmMonitor
TnmSnmp TnmMib TnmScriptMib TnmSmxProfiles
} {
package ifneeded $pkg 3.0.1 [list source [file join $dir $pkg.tcl]]
package ifneeded $pkg 3.0.2 [list source [file join $dir $pkg.tcl]]
}

2 changes: 1 addition & 1 deletion tnm/unix/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dnl
AC_INIT(scotty.c)
AC_CONFIG_HEADER(config.h)

TNM_VERSION=3.0.1
TNM_VERSION=3.0.2
TKI_VERSION=1.5.0
TCL_VERSION=8.6
TK_VERSION=8.6
Expand Down
4 changes: 2 additions & 2 deletions tnm/win/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# and is derived from the example provided by Sun Microsystems.
#

TNM_VERSION = 3.0.1
TNM_DLL_VERSION = 300
TNM_VERSION = 3.0.2
TNM_DLL_VERSION = 302

TKI_VERSION = 1.5.0
TKI_DLL_VERSION = 150
Expand Down
2 changes: 1 addition & 1 deletion tnm/win/tnmWinPort.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#define TKI_VERSION "1.5.0"

#ifndef TNMLIB
#define TNMLIB "c:/tcl/lib/tnm3.0.1"
#define TNMLIB "c:/tcl/lib/tnm3.0.2"
#endif

#ifndef TKINEDLIB
Expand Down

0 comments on commit dd40fff

Please sign in to comment.