Skip to content

Commit

Permalink
Bump version to A55
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Feb 10, 2019
1 parent f34894b commit e745540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#ifndef VERSION_H
#define VERSION_H

#define PROGRAM_VERSION "NE alpha 54" " (" __DATE__ ")"
#define PROGRAM_VERSION "NE alpha 55" " (" __DATE__ ")"

#endif // VERSION_H

3 comments on commit e745540

@rhapsodyjay
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried A54 and A54, seems the replace function is grayed out.
Is this as expected?
image

@skochinsky
Copy link

@skochinsky skochinsky commented on e745540 Feb 13, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rhapsodyjay yes, the NE (New Engine) branch does not have the modify functionality ported yet. Use the non-NE builds if you need it.

@rhapsodyjay
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@skochinsky alright, thanks for confirmation.

Please sign in to comment.