File: 002_version_fix.patch

package info (click to toggle)
newt 0.52.2-10%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 836 kB
  • ctags: 27
  • sloc: makefile: 186; sh: 5
file content (24 lines) | stat: -rw-r--r-- 686 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
diff -ruN newt-0.52.2-old/configure newt-0.52.2/configure
--- newt-0.52.2-old/configure	2005-11-22 08:34:43.000000000 +0000
+++ newt-0.52.2/configure	2006-01-19 21:24:23.000000000 +0000
@@ -1308,7 +1308,7 @@
 
 
 PACKAGE=newt
-VERSION=0.52.1
+VERSION=0.52.2
 SONAME=0.52
 
 cat >>confdefs.h <<_ACEOF
diff -ruN newt-0.52.2-old/configure.in newt-0.52.2/configure.in
--- newt-0.52.2-old/configure.in	2005-11-22 08:33:12.000000000 +0000
+++ newt-0.52.2/configure.in	2006-01-19 21:24:30.000000000 +0000
@@ -4,7 +4,7 @@
 AC_CONFIG_HEADER(config.h)
 
 PACKAGE=newt
-VERSION=0.52.1
+VERSION=0.52.2
 SONAME=0.52
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [NEWT Version String])
 AC_SUBST(PACKAGE)