Skip to content

Commit

Permalink
Upgrade to 0.9 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Geballin committed May 9, 2023
1 parent 02afbfe commit 06173cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PROJECT ( gtkTtk )
## Package version information.
SET ( PKG_NAME ${PROJECT_NAME} )
SET ( PKG_MAJOR_VERSION 0 )
SET ( PKG_MINOR_VERSION 8 )
SET ( PKG_MINOR_VERSION 9 )
SET ( PKG_BUILD_VERSION 0 )
SET ( PKG_VERSION
"${PKG_MAJOR_VERSION}.${PKG_MINOR_VERSION}" )
Expand Down
4 changes: 2 additions & 2 deletions library/pkgIndex.tcl
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
package ifneeded ttk::theme::gtkTtk 0.8 \
[list load [file join $dir libgtkTtk0.8[info sharedlibextension]] gtkTtk]
package ifneeded ttk::theme::gtkTtk 0.9 \
[list load [file join $dir libgtkTtk0.9[info sharedlibextension]] gtkTtk]

0 comments on commit 06173cb

Please sign in to comment.