File: version.m4

package info (click to toggle)
creduce 2.9~20181016-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 4,360 kB
  • sloc: cpp: 23,977; ansic: 7,062; sh: 4,918; perl: 2,679; makefile: 472; lex: 441
file content (17 lines) | stat: -rw-r--r-- 600 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## -*- mode: m4 -*-
##
## Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017, 2018 The University of Utah
## All rights reserved.
##
## This file is distributed under the University of Illinois Open Source
## License.  See the file COPYING for details.

###############################################################################

m4_define([CREDUCE_VERSION],   [2.9.0])
m4_define([CREDUCE_BUGREPORT], [creduce-bugs@flux.utah.edu])
m4_define([CREDUCE_URL],       [http://embed.cs.utah.edu/creduce/])

###############################################################################

## End of file.