Changeset 315

Show
Ignore:
Timestamp:
11/30/05 09:44:32
Author:
ben
Message:

Add a version string.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openpgpsdk/trunk/Makefile

    r295 r315  
    1 # 
    2 # $Id$ 
    3 # 
    4  
    51# order of build of subdirs is important 
    62# 
  • openpgpsdk/trunk/src/armour.c

    r314 r315  
    55#include <openpgpsdk/create.h> 
    66#include <openpgpsdk/signature.h> 
     7#include <openpgpsdk/version.h> 
    78 
    89#include <string.h> 
     
    888889void ops_writer_switch_to_signature(ops_create_info_t *info) 
    889890    { 
    890     static char header[]="\r\n-----BEGIN PGP SIGNATURE-----\r\n\r\n"; 
     891    static char header[]="\r\n-----BEGIN PGP SIGNATURE-----\r\nVersion: " 
     892        OPS_VERSION_STRING "\r\n\r\n"; 
    891893 
    892894    ops_writer_pop(info);