~nckmccnnll/faangband/trunk

« back to all changes in this revision

Viewing changes to src/defines.h

  • Committer: Nick McConnell
  • Date: 2011-01-13 06:01:28 UTC
  • mfrom: (125.1.27 prebase)
  • Revision ID: nckmccnnll@yahoo.com.au-20110113060128-rs3ca0v2lcwzj60k
LatestĀ fromĀ LostTemplar

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
/**
56
56
 * Current version string - according to FAangband reckoning.
57
57
 */
58
 
#define VERSION_STRING  "1.1.5"
 
58
#define VERSION_STRING  "1.1.6"
59
59
 
60
60
/*
61
61
 * Current FAangband version numbers.
62
62
 */
63
63
#define VERSION_MAJOR   1
64
64
#define VERSION_MINOR   1
65
 
#define VERSION_PATCH   5
 
65
#define VERSION_PATCH   6
66
66
 
67
67
/**
68
68
 * The version_extra space in savefiles is used for encryption, oddly enough...