File: 12-Web--common.web.patch

package info (click to toggle)
fweb 1.62-15
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,216 kB
  • sloc: ansic: 41,943; makefile: 344; sh: 152
file content (29 lines) | stat: -rw-r--r-- 841 bytes parent folder | download | duplicates (5)
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
From eb9231d68b7a5f998d25db6d0cd6e42b539da90d Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aalto@cante.net>
Date: Fri, 18 Nov 2011 15:17:33 +0200
Subject: [PATCH] Web/common.web: Update VERSION
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Signed-off-by: Jari Aalto <jari.aalto@cante.net>
---
 Web/common.web |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Web/common.web b/Web/common.web
index 5edbb38..40a23cd 100644
--- a/Web/common.web
+++ b/Web/common.web
@@ -38,7 +38,7 @@ two component programs, if no confusion can arise.
 
 @ Here is the overall appearance of this file:
 
-@d VERSION "1.61" // For development, use |$REVISION| here.
+@d VERSION "1.62" // For development, use |$REVISION| here.
 @d RELEASE_DATE "September 23, 1998"
 
 @A
-- 
1.7.7.1