~nhandler/newpackages/hello

« back to all changes in this revision

Viewing changes to src/version.c

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2006-12-09 17:00:14 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061209170014-514r5ix8d2stnox3
Tags: 2.2-1
* New upstream release.
* Repackaged source without GFDL manual.
* Option -m does no longer exist (Closes: #109895).
* Removed prerm and postinst, as info files are missing now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* version.c
2
 
   Copyright (C) 1995 Free Software Foundation, Inc. */
3
 
 
4
 
#include "config.h"
5
 
 
6
 
char version[] = VERSION;
7
 
 
8
 
/* eof version.c */