Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Preparing for beta2
Baptiste Daroussin committed 14 years ago
commit 29842acef13d3522ee38f465986f3f9b6ab1a995
parent 9c434d447373368de859f8e21aae40c8db8e3960
2 files changed +2 -2
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-beta1
+
PROJECT_NUMBER         = 1.0-beta2

# 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 pkg/main.c
@@ -14,7 +14,7 @@

#include "pkgcli.h"

-
#define PKGVERSION "1.0-beta1"
+
#define PKGVERSION "1.0-beta2"
#ifndef GITHASH
#define GITHASH ""
#endif