[Koha-cvs] CVS: koha buildrelease,1.1.2.14,1.1.2.15

Steve Tonnesen tonnesen at users.sourceforge.net
Thu Jul 4 20:05:09 CEST 2002


Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv5988

Modified Files:
      Tag: rel-1-2
	buildrelease 
Log Message:
Bug fixes


Index: buildrelease
===================================================================
RCS file: /cvsroot/koha/koha/buildrelease,v
retrieving revision 1.1.2.14
retrieving revision 1.1.2.15
diff -C2 -r1.1.2.14 -r1.1.2.15
*** buildrelease	3 Jul 2002 05:01:00 -0000	1.1.2.14
--- buildrelease	4 Jul 2002 18:05:07 -0000	1.1.2.15
***************
*** 131,134 ****
--- 131,140 ----
  	}
      }
+ } else {
+     print "What should the new version be? [$releaseversion]: ";
+     chomp ($input=<STDIN>);
+     if ($input) {
+ 	$releaseversion=$input;
+     }
  }
  





More information about the Koha-cvs mailing list