~ubuntu-branches/debian/stretch/alpine/stretch

« back to all changes in this revision

Viewing changes to pico/pico.h

  • Committer: Bazaar Package Importer
  • Author(s): Asheesh Laroia
  • Date: 2010-10-03 15:31:55 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20101003153155-2exypc96j1e8tw0p
Tags: 2.02-1
* New upstream release, based on re-alpine project
* Updated debian/copyright to reflect this fact
* re-alpine removed the non-free from the tarball, so now
  we do not repack the upstream tarball. (Yay!)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * $Id: pico.h 1165 2008-08-22 20:40:16Z jpf@u.washington.edu $
 
2
 * $Id: pico.h 1204 2009-02-02 19:54:23Z hubert@u.washington.edu $
3
3
 *
4
4
 * ========================================================================
5
 
 * Copyright 2006-2008 University of Washington
 
5
 * Copyright 2006-2009 University of Washington
6
6
 *
7
7
 * Licensed under the Apache License, Version 2.0 (the "License");
8
8
 * you may not use this file except in compliance with the License.
377
377
 */
378
378
#ifdef  maindef
379
379
PICO    *Pmaster = NULL;                /* composer specific stuff */
380
 
char    *version = "5.04";              /* PICO version number */
 
380
char    *version = "5.05";              /* PICO version number */
381
381
 
382
382
#else
383
383
extern  PICO *Pmaster;                  /* composer specific stuff */