Skip to content

Commit 00a44fe

Browse files
committed
Upgrade version to 0.4
1 parent d0b29d7 commit 00a44fe

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 ( tilegtk )
77
## Package version information.
88
SET ( PKG_NAME ${PROJECT_NAME} )
99
SET ( PKG_MAJOR_VERSION 0 )
10-
SET ( PKG_MINOR_VERSION 3 )
10+
SET ( PKG_MINOR_VERSION 4 )
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::tilegtk 0.3 \
2-
[list load [file join $dir libtilegtk0.3[info sharedlibextension]] tilegtk]
1+
package ifneeded ttk::theme::tilegtk 0.4 \
2+
[list load [file join $dir libtilegtk0.4[info sharedlibextension]] tilegtk]

0 commit comments

Comments
 (0)