Move the RPMVERSION constant among its friends in depends.c

- Doesn't make any difference, just grouping similar goo in one spot.
This commit is contained in:
Panu Matilainen 2010-09-21 13:39:25 +03:00
parent 2f54c245dd
commit 892bf4eb86
2 changed files with 2 additions and 3 deletions

View File

@ -19,6 +19,8 @@
#include "debug.h"
const char * const RPMVERSION = VERSION;
const char * const rpmNAME = PACKAGE;
const char * const rpmEVR = VERSION;

View File

@ -12,9 +12,6 @@
#include "lib/misc.h"
#include "debug.h"
/* just to put a marker in librpm.a */
const char * const RPMVERSION = VERSION;
unsigned int hashFunctionString(const char * string)
{
/* Jenkins One-at-a-time hash */