Skip to content

Commit

Permalink
Updating version numbers.
Browse files Browse the repository at this point in the history
Signed-off-by: Eoin <eoin@binarynotions.com>
  • Loading branch information
Eoin committed Dec 19, 2015
1 parent 8c4dbce commit d9470a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -12,3 +12,4 @@
*.opensdf
/lang/bin/*.dll
*.dll
/*.opendb
4 changes: 2 additions & 2 deletions sln/HaliteWix/Product.wxs
Expand Up @@ -2,8 +2,8 @@

<?define VerGeneration = "0" ?>
<?define VerMajor = "4" ?>
<?define VerMinor = "03" ?>
<?define VerBuild = "1302" ?>
<?define VerMinor = "04" ?>
<?define VerBuild = "1333" ?>

<?define FullGMmbVersion = "$(var.VerGeneration).$(var.VerMajor).$(var.VerMinor) Build $(var.VerBuild)" ?>
<?define ShortGMmbVersion = "$(var.VerGeneration).$(var.VerMajor).$(var.VerMinor)" ?>
Expand Down
6 changes: 3 additions & 3 deletions src/halTorrentDefines.hpp
Expand Up @@ -6,9 +6,9 @@

#pragma once

#define HALITE_VERSION 0, 4, 03, 1302
#define HALITE_VERSION_STRING "v 0.4.0.3"
#define HALITE_FINGERPRINT "HL", 0, 4, 0, 3
#define HALITE_VERSION 0, 4, 04, 1333
#define HALITE_VERSION_STRING "v 0.4.0.4"
#define HALITE_FINGERPRINT "HL", 0, 4, 0, 4

#ifndef HAL_NA
#define HAL_NA 40013
Expand Down

0 comments on commit d9470a5

Please sign in to comment.