Skip to content

Commit 476f991

Browse files
committed
Update version number to 0.5
1 parent f6fcffc commit 476f991

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PROJECT ( gtkTtk )
77
## Package version information.
88
SET ( PKG_NAME ${PROJECT_NAME} )
99
SET ( PKG_MAJOR_VERSION 0 )
10-
SET ( PKG_MINOR_VERSION 4 )
10+
SET ( PKG_MINOR_VERSION 5 )
1111
SET ( PKG_BUILD_VERSION 0 )
1212
SET ( PKG_VERSION
1313
"${PKG_MAJOR_VERSION}.${PKG_MINOR_VERSION}" )

library/pkgIndex.tcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
package ifneeded ttk::theme::gtkTtk 0.4 \
2-
[list load [file join $dir libgtkTtk0.4[info sharedlibextension]] gtkTtk]
1+
package ifneeded ttk::theme::gtkTtk 0.5 \
2+
[list load [file join $dir libgtkTtk0.5[info sharedlibextension]] gtkTtk]

0 commit comments

Comments
 (0)