Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Prepare for beta13
Baptiste Daroussin committed 14 years ago
commit c9dcf3e52f7d40274ee1b8b28428b0ba0c30bec1
parent 8c7f302
2 files changed +3 -3
modified Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME = libpkg
# This could be handy for archiving the generated documentation or
# if some version control system is used.

-
PROJECT_NUMBER         = 1.0-beta12
+
PROJECT_NUMBER         = 1.0-beta13

# Using the PROJECT_BRIEF tag one can provide an optional one line description for a project that appears at the top of each page and should give viewer a quick idea about the purpose of the project. Keep the description short.

modified libpkg/pkg.h
@@ -37,10 +37,10 @@
#include <sys/sbuf.h>
#include <openssl/pem.h>

-
#define PKGVERSION "1.0-beta12"
+
#define PKGVERSION "1.0-beta13"
/* PORTVERSION equivalent for proper pkg-static->ports-mgmt/pkg version comparison
 * in pkgdb_query_newpkgversion() */
-
#define PKG_PORTVERSION "1.0.b12"
+
#define PKG_PORTVERSION "1.0.b13"

struct pkg;
struct pkg_dep;