File: version_update.txt

package info (click to toggle)
grcompiler 5.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 24,020 kB
  • sloc: cpp: 48,200; ansic: 7,670; sh: 4,427; makefile: 197; xml: 190; perl: 127; sed: 21
file content (31 lines) | stat: -rw-r--r-- 749 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Where to update version number
==============================

installer/readme.txt 
--------------------
* GrCompiler.exe - Graphite compiler version 5.2

also update changes and "KNOWN BUGS AND INFELICITIES"

installer/windows/grcompiler.iss
--------------------------------
AppVerName=Graphite Compiler 5.2
OutputBaseFilename=grcompiler_setup_5_2

configure.ac
------------
AC_INIT(grcompiler, 5.2, silgraphite-devel@lists.sourceforge.net)

ChangeLog
---------
update if necessary

compiler/CMakeLists.txt
------------
project(compiler VERSION 5.2)

compiler/main.cpp
-----------------
line 149: std::cout << "Graphite Compiler Version 5.2";
update copyright line 157:
<< "Copyright (C) 2002-2012, by SIL International.  All rights reserved.\n";