~ubuntu-branches/ubuntu/warty/kdebase/warty

« back to all changes in this revision

Viewing changes to ksmserver/global.h

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2004-09-16 04:51:45 UTC
  • Revision ID: james.westby@ubuntu.com-20040916045145-9vr63kith3k1cpza
Tags: upstream-3.2.2
ImportĀ upstreamĀ versionĀ 3.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*****************************************************************
 
2
ksmserver - the KDE session management server
 
3
 
 
4
Copyright (C) 2000 Matthias Ettrich <ettrich@kde.org>
 
5
******************************************************************/
 
6
 
 
7
#ifndef GLOBAL_H
 
8
#define GLOBAL_H "$Id: global.h,v 1.2 2000/03/25 14:48:16 ettrich Exp $"
 
9
 
 
10
#define KSMVendorString "KDE"
 
11
#define KSMReleaseString "1.0"
 
12
 
 
13
#endif