Skip to content

Commit

Permalink
Update version number to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Geballin committed Apr 10, 2020
1 parent f6fcffc commit 476f991
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 4 )
SET ( PKG_MINOR_VERSION 5 )
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.4 \
[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 comments on commit 476f991

Please sign in to comment.