File: version.m4

package info (click to toggle)
creduce 2.6.0-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 4,328 kB
  • ctags: 4,312
  • sloc: cpp: 23,740; ansic: 6,970; sh: 4,827; perl: 2,680; lex: 441; makefile: 426
file content (17 lines) | stat: -rw-r--r-- 588 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 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.6.0])
m4_define([CREDUCE_BUGREPORT], [creduce-bugs@flux.utah.edu])
m4_define([CREDUCE_URL],       [http://embed.cs.utah.edu/creduce/])

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

## End of file.