Skip to content

Commit

Permalink
Pushed version to 1.0.2; changed name to Raving Raven
Browse files Browse the repository at this point in the history
  • Loading branch information
sahib committed Dec 6, 2013
1 parent 2bb0dc4 commit 37c40c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ ENDIF()
# ------------------------------------------------
SET(GLYR_VERSION_MAJOR "1")
SET(GLYR_VERSION_MINOR "0")
SET(GLYR_VERSION_MICRO "1")
SET(GLYR_VERSION_NAME "Bloody Boar")
SET(GLYR_VERSION_MICRO "2")
SET(GLYR_VERSION_NAME "Raving Raven")
# ------------------------------------------------


Expand Down
6 changes: 3 additions & 3 deletions lib/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@

#define GLYR_VERSION_MAJOR "1"
#define GLYR_VERSION_MINOR "0"
#define GLYR_VERSION_MICRO "1"
#define GLYR_VERSION_MICRO "2"

#define GLYR_VERSION_MAJOR_INT 1
#define GLYR_VERSION_MINOR_INT 0
#define GLYR_VERSION_MICRO_INT 1
#define GLYR_VERSION_MICRO_INT 2

/**
* GLYR_CHECK_VERSION:
Expand All @@ -36,7 +36,7 @@
*/
#define GLYR_CHECK_VERSION(X,Y,Z) (X <= GLYR_VERSION_MAJOR_INT || Y <= GLYR_VERSION_MINOR_INT || Z <= GLYR_VERSION_MICRO_INT)

#define GLYR_VERSION_NAME "Bloody Boar"
#define GLYR_VERSION_NAME "Raving Raven"
#define GLYR_DEBUG TRUE

/* Message output */
Expand Down

0 comments on commit 37c40c7

Please sign in to comment.