We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6fcffc commit 476f991Copy full SHA for 476f991
CMakeLists.txt
@@ -7,7 +7,7 @@ PROJECT ( gtkTtk )
7
## Package version information.
8
SET ( PKG_NAME ${PROJECT_NAME} )
9
SET ( PKG_MAJOR_VERSION 0 )
10
-SET ( PKG_MINOR_VERSION 4 )
+SET ( PKG_MINOR_VERSION 5 )
11
SET ( PKG_BUILD_VERSION 0 )
12
SET ( PKG_VERSION
13
"${PKG_MAJOR_VERSION}.${PKG_MINOR_VERSION}" )
library/pkgIndex.tcl
@@ -1,2 +1,2 @@
1
-package ifneeded ttk::theme::gtkTtk 0.4 \
2
- [list load [file join $dir libgtkTtk0.4[info sharedlibextension]] gtkTtk]
+package ifneeded ttk::theme::gtkTtk 0.5 \
+ [list load [file join $dir libgtkTtk0.5[info sharedlibextension]] gtkTtk]
0 commit comments