git version history

This commit is contained in:
Maliakal Dhanya
2014-06-03 13:55:41 +02:00
parent 35035405a0
commit 73ba765647
15 changed files with 84 additions and 39 deletions

View File

@ -1,11 +1,11 @@
//#define SVNPATH ""
#define SVNURLLIB "file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware"
#define SVNURLLIB "git@gitorious.psi.ch:sls_det_software/sls_detector_software.git"
//#define SVNREPPATH ""
#define SVNREPUUIDLIB "951219d9-93cf-4727-9268-0efd64621fa3"
//#define SVNREV 0x746
#define SVNREPUUIDLIB "046a469b1e6582c4c55bd6eaeb4818b618d0a9a9"
//#define SVNREV 0x833
//#define SVNKIND ""
//#define SVNSCHED ""
#define SVNAUTHLIB "l_maliakal_d"
#define SVNREVLIB 0x746
#define SVNDATELIB 0x20140304
#define SVNAUTHLIB "Maliakal_Dhanya"
#define SVNREVLIB 0x833
#define SVNDATELIB 0x20140603
//

View File

@ -9,7 +9,7 @@
#include <bitset>
#include <cstdlib>
#include <math.h>
#include "svnInfoLib.h"
#include "gitInfoLib.h"
int slsDetector::initSharedMemory(detectorType type, int id) {