Skip to content

Commit

Permalink
Upgrade version to 0.6 now that the entry widget is corrected.
Browse files Browse the repository at this point in the history
  • Loading branch information
Geballin committed May 25, 2020
1 parent 504fe8c commit 7c5fbfa
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 5 )
SET ( PKG_MINOR_VERSION 6 )
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.5 \
[list load [file join $dir libgtkTtk0.5[info sharedlibextension]] gtkTtk]
package ifneeded ttk::theme::gtkTtk 0.6 \
[list load [file join $dir libgtkTtk0.6[info sharedlibextension]] gtkTtk]

0 comments on commit 7c5fbfa

Please sign in to comment.