Skip to content

Commit 88fe67c

Browse files
committed
Update riconpacker.c
1 parent 882fe1d commit 88fe67c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/riconpacker.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
* - No ICNS file format supported (it includes sizes >256 pixels)
1717
*
1818
* VERSIONS HISTORY:
19-
* 2.1 (06-Oct-2022) ADDED: Sponsor window for tools support
20-
* Updated to raygui 3.5-dev
19+
* 2.1 (10-Oct-2022) ADDED: Sponsor window for tools support
20+
* Updated to raylib 4.5-dev and raygui 3.5-dev
2121
* 2.0 (04-Oct-2022) ADDED: Support text info data for every icon image
2222
* ADDED: Export icon images as a .zip package
2323
* ADDED: Main toolbar to access File/Tools/Visual options
@@ -71,7 +71,7 @@
7171

7272
#define TOOL_NAME "rIconPacker"
7373
#define TOOL_SHORT_NAME "rIP"
74-
#define TOOL_VERSION "2.0"
74+
#define TOOL_VERSION "2.1"
7575
#define TOOL_DESCRIPTION "A simple and easy-to-use icons packer"
7676
#define TOOL_RELEASE_DATE "Oct.2022"
7777
#define TOOL_LOGO_COLOR 0xffc800ff

0 commit comments

Comments
 (0)