Skip to content

Commit

Permalink
Merge pull request #559 from bavc/blank-default-version
Browse files Browse the repository at this point in the history
sets blank default version
  • Loading branch information
dericed committed Aug 13, 2018
2 parents b6ae173 + 3ccbe1a commit 28c24ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Core/Core.cpp
Expand Up @@ -11,7 +11,7 @@
#include <string.h>

//---------------------------------------------------------------------------
const char* Version="0.8.0";
const char* Version="0.0.0";

//---------------------------------------------------------------------------
const struct stream_info PerStreamType [Type_Max] =
Expand Down
2 changes: 1 addition & 1 deletion Source/Install/QCTools.nsi
Expand Up @@ -5,7 +5,7 @@ RequestExecutionLevel admin
; Some defines
!define PRODUCT_NAME "QCTools"
!define PRODUCT_PUBLISHER "MediaArea.net"
!define PRODUCT_VERSION "0.8.0"
!define PRODUCT_VERSION "0.0.0"
!define PRODUCT_VERSION4 "${PRODUCT_VERSION}.0"
!define PRODUCT_WEB_SITE "http://www.bavc.org/qctools"
!define COMPANY_REGISTRY "Software\MediaArea.net"
Expand Down

0 comments on commit 28c24ff

Please sign in to comment.