Skip to content

Commit e7daccb

Browse files
committed
Switch to 0.8 version.
1 parent e34864a commit e7daccb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PROJECT ( gtkTtk )
77
## Package version information.
88
SET ( PKG_NAME ${PROJECT_NAME} )
99
SET ( PKG_MAJOR_VERSION 0 )
10-
SET ( PKG_MINOR_VERSION 7 )
10+
SET ( PKG_MINOR_VERSION 8 )
1111
SET ( PKG_BUILD_VERSION 0 )
1212
SET ( PKG_VERSION
1313
"${PKG_MAJOR_VERSION}.${PKG_MINOR_VERSION}" )

library/pkgIndex.tcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
package ifneeded ttk::theme::gtkTtk 0.6 \
2-
[list load [file join $dir libgtkTtk0.6[info sharedlibextension]] gtkTtk]
1+
package ifneeded ttk::theme::gtkTtk 0.8 \
2+
[list load [file join $dir libgtkTtk0.8[info sharedlibextension]] gtkTtk]

0 commit comments

Comments
 (0)