~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to version.c

  • Committer: Richard Levitte
  • Author(s): Claude Lecommandeur
  • Date: 2003-02-02 17:06:24 UTC
  • Revision ID: richard@levitte.org-20030202170624-ufdh8dgunc7nfrg7
Tags: ctwm-3.4
CTWM version 3.4

Monotone-Parent: c700ef3475b277d9b00913b22b99fdfe49782d14
Monotone-Revision: 1be23fb8d6d29219f3dc9717e362a5814b7eb554

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
 * Author:  Claude Lecommandeur [ lecom@sic.epfl.ch ][ April 1992 ]
51
51
 */
52
52
 
53
 
char *Version = "MIT X Consortium, R6, ctwm 3.3.1";
 
53
char *Version = "MIT X Consortium, R6, ctwm 3.4";
 
54
char *VersionNumber = "3.4";
54
55