Skip to content

Commit

Permalink
Releasing fre:ac 1.0.30.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzo1982 committed Sep 16, 2017
1 parent c0c724e commit 18ecf8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions resources/resources.rc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#include "../include/resources.h"

IDR_VERSION VERSIONINFO
FILEVERSION 1,0,29,1015
PRODUCTVERSION 1,0,29,1015
FILEVERSION 1,0,30,1015
PRODUCTVERSION 1,0,30,1015
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP
BEGIN
Expand All @@ -12,11 +12,11 @@ BEGIN
BLOCK "000004B0" // Block: language ID = Multilingual, char set = Unicode
BEGIN
VALUE "FileDescription", "fre:ac - free audio converter\0"
VALUE "FileVersion", "1.0.29.1015\0"
VALUE "FileVersion", "1.0.30.1015\0"
VALUE "InternalName", "FREAC\0"
VALUE "OriginalFilename", "freac.exe\0"
VALUE "ProductName", "fre:ac\0"
VALUE "ProductVersion", "1.0.29a\0"
VALUE "ProductVersion", "1.0.30\0"
VALUE "LegalCopyright", "Copyright � 2001-2017 Robert Kausch\0"
VALUE "Official website", "http://www.freac.org/\0"
END
Expand Down
4 changes: 2 additions & 2 deletions src/freac.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ freac::Debug *freac::debug_out;
*/
String freac::freac::appName = "fre:ac";
String freac::freac::appLongName = "fre:ac - free audio converter";
String freac::freac::version = "v1.0.29a";
String freac::freac::shortVersion = "v1.0.29a";
String freac::freac::version = "v1.0.30";
String freac::freac::shortVersion = "v1.0.30";
String freac::freac::cddbVersion = "v1.0.27"; // CDDB version may not contain spaces
String freac::freac::cddbMode = "submit";
String freac::freac::copyright = "Copyright (C) 2001-2017 Robert Kausch";
Expand Down

0 comments on commit 18ecf8e

Please sign in to comment.