Skip to content

Instantly share code, notes, and snippets.

@dubik
Created November 1, 2013 06:31
Show Gist options
  • Save dubik/7261618 to your computer and use it in GitHub Desktop.
Save dubik/7261618 to your computer and use it in GitHub Desktop.
#define VERSION 1.0.0.0
#define XSTR(x) #x
#define STR(x) XSTR(x)
#define _VERSION _L(STR(VERSION))
_VERSION
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment