Skip to content

Commit

Permalink
DiscoBSD: DiscoBSD 2.2-beta.
Browse files Browse the repository at this point in the history
  • Loading branch information
chettrick committed Feb 25, 2024
1 parent a6de7b1 commit 010c142
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2020-2023 DiscoBSD
Copyright (c) 2020-2024 DiscoBSD
Copyright (c) 2014, RetroBSD
All rights reserved.

Expand Down
2 changes: 1 addition & 1 deletion share/mk/sys.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MACHINE_ARCH= arm

unix= We run DiscoBSD.
OSMAJOR= 2
OSMINOR= 1
OSMINOR= 2
OSREV= ${OSMAJOR}.${OSMINOR}
OSrev= ${OSMAJOR}${OSMINOR}

Expand Down
6 changes: 3 additions & 3 deletions sys/conf/newvers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
# For a release, move to S="" and keep same version number.

OST="DiscoBSD"
OSR="2.1"
OSR="2.2"

S="-current"
#S="-beta"
#S="-current"
S="-beta"
#S=""

if [ ! -r .compileversion -o ! -s .compileversion ]
Expand Down
4 changes: 2 additions & 2 deletions sys/include/param.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
*/
#define BSD 211 /* 2.11 * 100, as cpp doesn't do floats */

#define DiscoBSD 202308 /* DiscoBSD version (year & month). */
#define DiscoBSD_2_1 1 /* DiscoBSD 2.1 */
#define DiscoBSD 202402 /* DiscoBSD version (year & month). */
#define DiscoBSD_2_2 1 /* DiscoBSD 2.2 */

#ifndef offsetof
#define offsetof(type, member) ((size_t)(&((type *)0)->member))
Expand Down

0 comments on commit 010c142

Please sign in to comment.