Skip to content

Commit df3f4dc

Browse files
committed
chore: bump version to 1.3.3 and update copyright year
1 parent a545ac7 commit df3f4dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ int main(int argc, char* argv[])
2222
{
2323
sConfig config;
2424

25-
cLog::Info("Texture Packer v1.3.2.");
26-
cLog::Info("Copyright (c) 2017-2024 Andrey A. Ugolnik.");
25+
cLog::Info("Texture Packer v1.3.3.");
26+
cLog::Info("Copyright (c) 2017-2025 Andrey A. Ugolnik.");
2727
cLog::Info("");
2828
if (argc < 3)
2929
{

0 commit comments

Comments
 (0)