Skip to content

Commit

Permalink
Version set to 2.0-alpha4
Browse files Browse the repository at this point in the history
  • Loading branch information
rozmansi committed Apr 8, 2016
1 parent a35c0d8 commit 02f164c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions include/zrcola.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// Product version as a single DWORD
// Note: Used for version comparison within C/C++ code.
//
#define ZRCOLA_VERSION 0x01ff0300
#define ZRCOLA_VERSION 0x01ff0400

//
// Product version by components
Expand All @@ -33,26 +33,26 @@
//
#define ZRCOLA_VERSION_MAJ 1
#define ZRCOLA_VERSION_MIN 255
#define ZRCOLA_VERSION_REV 3
#define ZRCOLA_VERSION_REV 4
#define ZRCOLA_VERSION_BUILD 0

//
// Human readable product version and build year for UI
//
#define ZRCOLA_VERSION_STR "2.0-alpha3"
#define ZRCOLA_VERSION_STR "2.0-alpha4"
#define ZRCOLA_BUILD_YEAR_STR "2016"

//
// Numerical version presentation for ProductVersion propery in
// MSI packages (syntax: N.N[.N[.N]])
//
#define ZRCOLA_VERSION_INST "1.255.3"
#define ZRCOLA_VERSION_INST "1.255.4"

//
// The product code for ProductCode property in MSI packages
// Replace with new on every version change, regardless how minor it is.
//
#define ZRCOLA_VERSION_GUID "{8553943A-9CD0-4639-98CC-0A57A84A7765}"
#define ZRCOLA_VERSION_GUID "{CD41C45D-02B7-4236-9338-F7A5CC26A666}"

//
// The product vendor and application name for configuration keeping.
Expand Down

0 comments on commit 02f164c

Please sign in to comment.