Просмотр исходного кода

Version update
Author: jgg
Date: 2001-02-23 06:47:05 GMT
Version update

Arch Librarian лет назад: 22
Родитель
Сommit
4310ed4d45
2 измененных файлов с 3 добавлено и 3 удалено
  1. 2 2
      apt-pkg/init.h
  2. 1 1
      apt-pkg/makefile

+ 2 - 2
apt-pkg/init.h

@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // -*- mode: cpp; mode: fold -*-
 // Description								/*{{{*/
 // Description								/*{{{*/
-// $Id: init.h,v 1.4 2001/02/20 07:03:17 jgg Exp $
+// $Id: init.h,v 1.5 2001/02/23 06:47:05 jgg Exp $
 /* ######################################################################
 /* ######################################################################
 
 
    Init - Initialize the package library
    Init - Initialize the package library
@@ -19,7 +19,7 @@
 // See the makefile
 // See the makefile
 #define APT_PKG_MAJOR 3
 #define APT_PKG_MAJOR 3
 #define APT_PKG_MINOR 1
 #define APT_PKG_MINOR 1
-#define APT_PKG_RELEASE 0
+#define APT_PKG_RELEASE 1
 
 
 extern const char *pkgVersion;
 extern const char *pkgVersion;
 extern const char *pkgLibVersion;
 extern const char *pkgLibVersion;

+ 1 - 1
apt-pkg/makefile

@@ -12,7 +12,7 @@ include ../buildlib/defaults.mak
 # The library name, don't forget to update init.h
 # The library name, don't forget to update init.h
 LIBRARY=apt-pkg
 LIBRARY=apt-pkg
 MAJOR=3.1
 MAJOR=3.1
-MINOR=0
+MINOR=1
 SLIBS=$(PTHREADLIB)
 SLIBS=$(PTHREADLIB)
 
 
 # Source code for the contributed non-core things
 # Source code for the contributed non-core things