]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/macros.h
Merge commit 'e2073b0276226b625897ef475f225bf8f508719e' as 'triehash'
[apt.git] / apt-pkg / contrib / macros.h
index 2727fd81fb668f371831e4df56e819b6a498c198..bc1f523ea63ab7709371216547c641503f8a568d 100644 (file)
 // See also buildlib/libversion.mak
 #define APT_PKG_MAJOR 5
 #define APT_PKG_MINOR 0
-#define APT_PKG_RELEASE 0
+#define APT_PKG_RELEASE 1
 #define APT_PKG_ABI ((APT_PKG_MAJOR * 100) + APT_PKG_MINOR)
 
 #endif