Skip to content

Commit

Permalink
preparing release - no more committing until after the release is done!
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@44899 379a1393-f5fb-40a0-bcee-ef074d9b53f7
  • Loading branch information
mrdudz committed Dec 24, 2023
1 parent d0a61f6 commit d9cd6bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion vice/doc/Release-Howto.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $ ./src/buildtools/genvicedate_h.sh
propagate to various files, and then commit the changed files.

$ make all
$ svn commit -m "preparing release"
$ svn commit -m "preparing release - no more committing until after the release is done!"

- ANNOUNCE A CODE FREEZE ;)

Expand Down
12 changes: 6 additions & 6 deletions vice/src/vicedate.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
#ifndef VICEDATE_H
#define VICEDATE_H

#define VICEDATE_DAY 28
#define VICEDATE_DAY_STR "28"
#define VICEDATE_DAY 24
#define VICEDATE_DAY_STR "24"

#define VICEDATE_MONTH 12
#define VICEDATE_MONTH_STR "12"
#define VICEDATE_MONTH_SHORT "Dec"
#define VICEDATE_MONTH_LONG "December"
#define VICEDATE_MONTH_SHORT "Dez"
#define VICEDATE_MONTH_LONG "Dezember"

#define VICEDATE_YEAR 2022
#define VICEDATE_YEAR_STR "2022"
#define VICEDATE_YEAR 2023
#define VICEDATE_YEAR_STR "2023"
#endif

0 comments on commit d9cd6bd

Please sign in to comment.