Skip to content

Commit

Permalink
v0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ziemek99 committed Nov 21, 2021
1 parent e8cc6c1 commit 0074d6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/flif.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ bool file_is_flif(const char * filename){

void show_banner() {
v_printf(3," ____ _(_)____\n");
v_printf(3," (___ | | | ___) ");v_printf(2,"FLIF (Free Lossless Image Format) 0.3 [28 April 2017]\n");
v_printf(3," (__ | |_| __) ");v_printf(3,"Copyright (C) 2017 Jon Sneyers and Pieter Wuille\n");
v_printf(3," (___ | | | ___) ");v_printf(2,"FLIF (Free Lossless Image Format) 0.4 [21 Nov 2021]\n");
v_printf(3," (__ | |_| __) ");v_printf(3,"Copyright (C) 2021 Jon Sneyers and Pieter Wuille\n");
v_printf(3," (_|___|_) ");
#ifdef HAS_ENCODER
v_printf(3,"License LGPLv3+: GNU LGPL version 3 or later\n");
Expand Down

0 comments on commit 0074d6f

Please sign in to comment.