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 d0b29d7 commit 00a44feCopy full SHA for 00a44fe
CMakeLists.txt
@@ -7,7 +7,7 @@ PROJECT ( tilegtk )
7
## Package version information.
8
SET ( PKG_NAME ${PROJECT_NAME} )
9
SET ( PKG_MAJOR_VERSION 0 )
10
-SET ( PKG_MINOR_VERSION 3 )
+SET ( PKG_MINOR_VERSION 4 )
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::tilegtk 0.3 \
2
- [list load [file join $dir libtilegtk0.3[info sharedlibextension]] tilegtk]
+package ifneeded ttk::theme::tilegtk 0.4 \
+ [list load [file join $dir libtilegtk0.4[info sharedlibextension]] tilegtk]
0 commit comments