Browse Source

Incremented Jupiter version to 0.18

release/0.19
Jessica James 9 years ago
parent
commit
993a313b81
  1. 4
      Jupiter/Jupiter.cpp
  2. 4
      Jupiter/Jupiter.h
  3. BIN
      Jupiter/Jupiter.rc
  4. BIN
      Release/Jupiter.lib

4
Jupiter/Jupiter.cpp

@ -1,5 +1,5 @@
/**
* Copyright (C) 2013-2015 Jessica James.
* Copyright (C) 2013-2016 Jessica James.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@ -21,7 +21,7 @@
extern "C"
{
const char *Jupiter_version = JUPITER_VERSION;
const char *Jupiter_copyright = "Copyright (C) 2013-2015 Jessica James. ISC License.";
const char *Jupiter_copyright = "Copyright (C) 2013-2016 Jessica James. ISC License.";
}
const char *Jupiter::version = Jupiter_version;

4
Jupiter/Jupiter.h

@ -1,5 +1,5 @@
/**
* Copyright (C) 2013-2015 Jessica James.
* Copyright (C) 2013-2016 Jessica James.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@ -36,7 +36,7 @@
#define JUPITER_API
#endif // _WIN32
#define JUPITER_VERSION "Jupiter 0.17-dev" /** Version of this program at compile time. */
#define JUPITER_VERSION "Jupiter 0.18" /** Version of this program at compile time. */
#if defined __cplusplus
extern "C"

BIN
Jupiter/Jupiter.rc

Binary file not shown.

BIN
Release/Jupiter.lib

Binary file not shown.
Loading…
Cancel
Save