version 4.9.11

This commit is contained in:
Joachim Schoeberl 2009-09-11 17:31:40 +00:00
parent 55f164c6c6
commit cfbaf15528
4 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
AC_INIT([netgen],[4.9.11-dev],[],[]) AC_INIT([netgen],[4.9.11],[],[])
AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])

View File

@ -20,7 +20,7 @@
// in the configure/make phases, with the // in the configure/make phases, with the
// right version number // right version number
#ifdef WIN32 #ifdef WIN32
#define PACKAGE_VERSION "4.9.11-dev" #define PACKAGE_VERSION "4.9.11"
#endif #endif

View File

@ -8,8 +8,10 @@ set oldmousey 0
# if { 1 } { # if { 1 } {
# use this one for Togl 2.0 # use this one for Togl 2.0
# if {[catch {togl .ndraw -width 400 -height 300 -rgba true -double true -depth true -privatecmap false -stereo false -indirect true -create init -display draw -reshape reshape }] } { # if {[catch {togl .ndraw -width 400 -height 300 -rgba true -double true -depth true -privatecmap false -stereo false -indirect true -create init -display draw -reshape reshape }] } {
if {[catch {togl .ndraw -width 400 -height 300 -rgba true -double true -depth true -privatecmap false -stereo false -indirect true }] } { if {[catch {togl .ndraw -width 400 -height 300 -rgba true -double true -depth true -privatecmap false -stereo false -indirect true }] } {
puts "no OpenGL" puts "no OpenGL"

View File

@ -49,7 +49,7 @@ menu .ngmenu.file
# {"New Geometry file" {.ngg} } # {"New Geometry file" {.ngg} }
set file [tk_getOpenFile -filetypes $types] set file [tk_getOpenFile -filetypes $types -initialdir $dirname]
if {$file != ""} { if {$file != ""} {
AddRecentFile $file AddRecentFile $file
Ng_LoadGeometry $file Ng_LoadGeometry $file