Skip to content

Commit

Permalink
final touches
Browse files Browse the repository at this point in the history
  • Loading branch information
squell committed Feb 1, 2015
1 parent 8008560 commit ff86d7c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ the contents of the source distribution:
charconv.* - character conversion (C++)
char_ucs.* - + utf16 encoding (C++)
char_utf8.* - + utf8 encoding (C++)
utf8.h - stand-alone utf8 encoder/decoder (C++)
auto_dir.h - smart dirent pointer class (C++)

id3v1.* - definitions & data relevant to ID3v1 tag data (C)
Expand Down
4 changes: 2 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# include <windows.h>
#endif

#define _version_ "0.79 (2015029)"
#define _version_ "0.79 (2015030)"

/*
Expand Down Expand Up @@ -53,7 +53,7 @@ static void Copyright()
{
// |=======================64 chars wide==========================|
printf(
"%s " _version_ ", Copyright (C) 2003, 04, 05, 06 Marc R. Schoolderman\n"
"%s " _version_ ", Copyright (C) 2003, 04, 05, 06, 15 Marc R. Schoolderman\n"
"This program comes with ABSOLUTELY NO WARRANTY.\n\n"
"This is free software, and you are welcome to redistribute it\n"
"under certain conditions; see the file named COPYING in the\n"
Expand Down
4 changes: 2 additions & 2 deletions rpm/id3mtag.spec
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ strip -s id3
%doc README CHANGES COPYING

%changelog
* Mon Jan 12 2015 Marc Schoolderman <squell@alumina.nl> 0.78-1
- created new specfile
* Thu Jan 29 2015 Marc Schoolderman <squell@alumina.nl> 0.79-1
- update to new version

0 comments on commit ff86d7c

Please sign in to comment.